MCPcopy Create free account
hub / github.com/nodejs/node / toAffectedFileEmitResult

Function toAffectedFileEmitResult

test/fixtures/snapshot/typescript.js:120523–120526  ·  view source on GitHub ↗

* Returns the result with affected file

(state, result, affected, emitKind, isPendingEmit, isBuildInfoEmit)

Source from the content-addressed store, hash-verified

120521 * Returns the result with affected file
120522 */
120523 function toAffectedFileEmitResult(state, result, affected, emitKind, isPendingEmit, isBuildInfoEmit) {
120524 doneWithAffectedFile(state, affected, emitKind, isPendingEmit, isBuildInfoEmit);
120525 return { result: result, affected: affected };
120526 }
120527 /**
120528 * Gets semantic diagnostics for the file which are
120529 * bindAndCheckDiagnostics (from cache) and program diagnostics

Callers 1

emitNextAffectedFileFunction · 0.85

Calls 1

doneWithAffectedFileFunction · 0.85

Tested by

no test coverage detected