MCPcopy Index your code
hub / github.com/nodejs/node / doneInvalidatedProject

Function doneInvalidatedProject

test/fixtures/snapshot/typescript.js:124447–124453  ·  view source on GitHub ↗
(state, projectPath)

Source from the content-addressed store, hash-verified

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 {

Callers 2

doneFunction · 0.85

Calls 2

deleteMethod · 0.65
hasMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…