In README, bundle method accepts two args, file and fileRegistry. However it accepts four args in code:
|
const bundleResult = await bundler.bundle(config.entryFile, config.dedupeGlobs, config.includePaths, config.ignoreImports); |
Is the four args a public API I can use?
In README,
bundlemethod accepts two args, file and fileRegistry. However it accepts four args in code:scss-bundle/src/cli/main.ts
Line 51 in 5c7510a
Is the four args a public API I can use?