(state, resolvedPath, reloadLevel)
| 125317 | enableCache(state); |
| 125318 | } |
| 125319 | function invalidateProjectAndScheduleBuilds(state, resolvedPath, reloadLevel) { |
| 125320 | state.reportFileChangeDetected = true; |
| 125321 | invalidateProject(state, resolvedPath, reloadLevel); |
| 125322 | scheduleBuildInvalidatedProject(state); |
| 125323 | } |
| 125324 | function scheduleBuildInvalidatedProject(state) { |
| 125325 | var hostWithWatch = state.hostWithWatch; |
| 125326 | if (!hostWithWatch.setTimeout || !hostWithWatch.clearTimeout) { |
no test coverage detected
searching dependent graphs…