* Look up a node by its id. Lets matchers derive the FROM-symbol's * enclosing-class scope (Swift implicit-self method scoping, `this.X` * member resolution). Optional so external/test contexts compile * without it.
(id: string)
| 98 | * without it. |
| 99 | */ |
| 100 | getNodeById?(id: string): Node | null; |
| 101 | /** Get cached import mappings for a file */ |
| 102 | getImportMappings(filePath: string, language: Language): ImportMapping[]; |
| 103 | /** |
no outgoing calls
no test coverage detected