(state, projectPath)
| 124445 | InvalidatedProjectKind[InvalidatedProjectKind["UpdateOutputFileStamps"] = 2] = "UpdateOutputFileStamps"; |
| 124446 | })(InvalidatedProjectKind = ts.InvalidatedProjectKind || (ts.InvalidatedProjectKind = {})); |
| 124447 | function doneInvalidatedProject(state, projectPath) { |
| 124448 | state.projectPendingBuild.delete(projectPath); |
| 124449 | state.currentInvalidatedProject = undefined; |
| 124450 | return state.diagnostics.has(projectPath) ? |
| 124451 | ts.ExitStatus.DiagnosticsPresent_OutputsSkipped : |
| 124452 | ts.ExitStatus.Success; |
| 124453 | } |
| 124454 | function createUpdateOutputFileStampsProject(state, project, projectPath, config, buildOrder) { |
| 124455 | var updateOutputFileStampsPending = true; |
| 124456 | return { |
no test coverage detected
searching dependent graphs…