pub fn resolve_import_path( import_path: &str, source_file: &Path, base_path: &Path, file_map: &HashMap<String, PathBuf>, ) -> Option<PathBuf>
Resolve an import path to an actual file path