Function deskulpt::bundler::common::bundle_into_raw_module
source ยท pub(super) fn bundle_into_raw_module(
root: &Path,
target: &Path,
dependency_map: &HashMap<String, String>,
globals: &Globals,
cm: Lrc<SourceMap>,
) -> Result<Module, Error>
Expand description
Bundle the entry point into a raw module.
It does not apply AST transforms and ignores default/external dependencies without bundling them.