Skip to main content

file_path_resolver

Function file_path_resolver 

Source
fn file_path_resolver(
    relative_file_path: &str,
    source_file_path: &str,
    root_path: &str,
    aliases: &FxHashMap<String, Vec<String>>,
    package_json_seen: &mut FxHashMap<String, PackageJsonExtended>,
) -> String