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

Function blockEmittingOfFile

test/fixtures/snapshot/typescript.js:119200–119203  ·  view source on GitHub ↗
(emitFileName, diag)

Source from the content-addressed store, hash-verified

119198 return !!props.length;
119199 }
119200 function blockEmittingOfFile(emitFileName, diag) {
119201 hasEmitBlockingDiagnostics.set(toPath(emitFileName), true);
119202 programDiagnostics.add(diag);
119203 }
119204 function isEmittedFile(file) {
119205 if (options.noEmit) {
119206 return false;

Callers 1

verifyEmitFilePathFunction · 0.85

Calls 3

toPathFunction · 0.85
addMethod · 0.65
setMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…