Get all nodes in a file
(filePath: string)
| 65 | export interface ResolutionContext { |
| 66 | /** Get all nodes in a file */ |
| 67 | getNodesInFile(filePath: string): Node[]; |
| 68 | /** Get all nodes by name */ |
| 69 | getNodesByName(name: string): Node[]; |
| 70 | /** Get all nodes by qualified name */ |
no outgoing calls
no test coverage detected