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