pub fn resolve_named_path(
name: &str,
core_import: &str,
path_map: &AHashMap<String, String>,
) -> StringExpand description
Resolve a TypeRef::Named short name to its full qualified path.
If the name is in the path map, returns the full path; otherwise falls back
to core_import::name.