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

Function compilerOptionsAffectEmit

test/fixtures/snapshot/typescript.js:20360–20362  ·  view source on GitHub ↗
(newOptions, oldOptions)

Source from the content-addressed store, hash-verified

20358 }
20359 ts.compilerOptionsAffectSemanticDiagnostics = compilerOptionsAffectSemanticDiagnostics;
20360 function compilerOptionsAffectEmit(newOptions, oldOptions) {
20361 return optionsHaveChanges(oldOptions, newOptions, ts.affectsEmitOptionDeclarations);
20362 }
20363 ts.compilerOptionsAffectEmit = compilerOptionsAffectEmit;
20364 function getCompilerOptionValue(options, option) {
20365 return option.strictFlag ? getStrictOptionValue(options, option.name) : options[option.name];

Callers

nothing calls this directly

Calls 1

optionsHaveChangesFunction · 0.85

Tested by

no test coverage detected