(path: string)
| 74 | } |
| 75 | |
| 76 | getOpenedSourceFile(path: string): ts.SourceFile | undefined { |
| 77 | return this.sourceFileManager.getSourceFile(path); |
| 78 | } |
| 79 | |
| 80 | removeSourceFile(path: string) { |
| 81 | this.sourceFileManager.removeSourceFile(path); |
no test coverage detected