pub fn parse_module_from_ast(
    specifier: &ModuleSpecifier,
    kind: &ModuleKind,
    maybe_headers: Option<&HashMap<String, String>>,
    parsed_ast: &ParsedSource,
    maybe_resolver: Option<&dyn Resolver>
) -> Module
Expand description

Parse an individual module from an AST, returning the module.