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

Function changesAffectingProgramStructure

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

Source from the content-addressed store, hash-verified

14357 }
14358 ts.optionsHaveModuleResolutionChanges = optionsHaveModuleResolutionChanges;
14359 function changesAffectingProgramStructure(oldOptions, newOptions) {
14360 return optionsHaveChanges(oldOptions, newOptions, ts.optionsAffectingProgramStructure);
14361 }
14362 ts.changesAffectingProgramStructure = changesAffectingProgramStructure;
14363 function optionsHaveChanges(oldOptions, newOptions, optionDeclarations) {
14364 return oldOptions !== newOptions && optionDeclarations.some(function (o) {

Callers

nothing calls this directly

Calls 1

optionsHaveChangesFunction · 0.85

Tested by

no test coverage detected