Function deno_graph::create_graph[][src]

pub async fn create_graph(
    root_specifier: ModuleSpecifier,
    loader: Box<dyn Loader>,
    maybe_resolver: Option<Box<dyn Resolver>>,
    maybe_locker: Option<Rc<RefCell<dyn Locker>>>
) -> ModuleGraph
Expand description

Create a module graph, based on loanding and recursively analyzing the dependencies of the module, returning the resulting graph.