Function parse_single_module_from_text

Source
pub fn parse_single_module_from_text(
    source_map: &mut SourceMap,
    module_path: &[String],
    script: &str,
) -> Result<ParsedAstModule, DependencyError>