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