()
| 271 | } |
| 272 | |
| 273 | function resetOptions() { |
| 274 | cachedProgram = undefined; |
| 275 | cachedCompilerHost = undefined; |
| 276 | cachedOptions = undefined; |
| 277 | } |
| 278 | |
| 279 | function watchedFileChanged(event: FileChangeEvent, fileName: string) { |
| 280 | const normalizedPath = path.normalize(fileName); |
no outgoing calls
no test coverage detected
searching dependent graphs…