()
| 123726 | timerToUpdateProgram = host.setTimeout(updateProgramWithWatchStatus, 250); |
| 123727 | } |
| 123728 | function scheduleProgramReload() { |
| 123729 | ts.Debug.assert(!!configFileName); |
| 123730 | reloadLevel = ts.ConfigFileProgramReloadLevel.Full; |
| 123731 | scheduleProgramUpdate(); |
| 123732 | } |
| 123733 | function updateProgramWithWatchStatus() { |
| 123734 | timerToUpdateProgram = undefined; |
| 123735 | reportFileChangeDetectedOnCreateProgram = true; |
nothing calls this directly
no test coverage detected
searching dependent graphs…