pub fn parse_single_module(
source_map: &mut SourceMap,
module_path: &[String],
) -> Result<ParsedAstModule, DependencyError>
Expand description
Parses just a single module. Any mod
keywords in this file will be ignored. So this
is mainly for internal use.