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?