Function parse_local_modules_and_get_order

Source
pub fn parse_local_modules_and_get_order(
    module_path: Vec<String>,
    dependency_parser: &mut DependencyParser,
    source_map: &mut SourceMap,
) -> Result<Vec<Vec<String>>, DepLoaderError>