()
| 123731 | scheduleProgramUpdate(); |
| 123732 | } |
| 123733 | function updateProgramWithWatchStatus() { |
| 123734 | timerToUpdateProgram = undefined; |
| 123735 | reportFileChangeDetectedOnCreateProgram = true; |
| 123736 | updateProgram(); |
| 123737 | } |
| 123738 | function updateProgram() { |
| 123739 | switch (reloadLevel) { |
| 123740 | case ts.ConfigFileProgramReloadLevel.Partial: |
nothing calls this directly
no test coverage detected
searching dependent graphs…