Function deno_emit::bundle_graph

source ·
pub fn bundle_graph(
    graph: &ModuleGraph,
    options: BundleOptions
) -> Result<BundleEmit>
Expand description

Given a module graph, generate and return a bundle of the graph and optionally its source map in memory.