* Get imports map (for use by nodeParser)
()
| 160 | * Get imports map (for use by nodeParser) |
| 161 | */ |
| 162 | getImports(): Map<string, ImportInfo> { |
| 163 | return this.imports; |
| 164 | } |
| 165 | |
| 166 | getLastSourceFilePath(): string | undefined { |
| 167 | return this.lastSourceFilePath; |
no outgoing calls
no test coverage detected