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

Function changesAffectModuleResolution

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

Source from the content-addressed store, hash-verified

14348 };
14349 }
14350 function changesAffectModuleResolution(oldOptions, newOptions) {
14351 return oldOptions.configFilePath !== newOptions.configFilePath ||
14352 optionsHaveModuleResolutionChanges(oldOptions, newOptions);
14353 }
14354 ts.changesAffectModuleResolution = changesAffectModuleResolution;
14355 function optionsHaveModuleResolutionChanges(oldOptions, newOptions) {
14356 return optionsHaveChanges(oldOptions, newOptions, ts.moduleResolutionOptionDeclarations);

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected