The path to the module entry point, e.g. "users/username/module:script".
Optional
options: { header: undefined | boolean; keepNames: undefined | boolean; minify: undefined | boolean } = {}If true, a header will be included in the bundled file with information about the source and license for the bundled modules.
If true, all identifiers will be preserved while minifying. Otherwise, minifying will mangle names to reduce file size (without affecting the public API).
If true, the bundled file will be minified.
Generated using TypeDoc
Bundle a module into a single file.
Returns
A promise that resolves to a Bundle object containing the bundled code.