* 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)
| 130 | * without it. |
| 131 | */ |
| 132 | getNodeById?(id: string): Node | null; |
| 133 | /** Get cached import mappings for a file */ |
| 134 | getImportMappings(filePath: string, language: Language): ImportMapping[]; |
| 135 | /** |
no outgoing calls
no test coverage detected