pub fn resolve_path_alias( specifier: &str, _from: &Path, path_aliases: &FxHashMap<String, String>, ) -> Option<String>
Resolve a path alias (e.g., “@/components” → “./src/components”).