Get cached import mappings for a file
(filePath: string, language: Language)
| 132 | getNodeById?(id: string): Node | null; |
| 133 | /** Get cached import mappings for a file */ |
| 134 | getImportMappings(filePath: string, language: Language): ImportMapping[]; |
| 135 | /** |
| 136 | * Project import-path aliases (tsconfig/jsconfig `paths`). Returns |
| 137 | * `null` when the project doesn't define any. Cached per resolver |
no outgoing calls
no test coverage detected