()
| 327 | } |
| 328 | |
| 329 | function recompile() { |
| 330 | host.reportDiagnostics([ |
| 331 | createMessageDiagnostic('File change detected. Starting incremental compilation.'), |
| 332 | ]); |
| 333 | doCompilation(); |
| 334 | timerHandleForRecompilation = undefined; |
| 335 | } |
| 336 | } |
nothing calls this directly
no test coverage detected
searching dependent graphs…