Skip to main content

resolve_import_path

Function resolve_import_path 

Source
pub fn resolve_import_path(
    import_path: &str,
    source_file: &Path,
    base_path: &Path,
    file_map: &HashMap<String, PathBuf>,
) -> Option<PathBuf>
Expand description

Resolve an import path to an actual file path