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

Function updateRootFileNames

test/fixtures/snapshot/typescript.js:123580–123584  ·  view source on GitHub ↗
(files)

Source from the content-addressed store, hash-verified

123578 }
123579 }
123580 function updateRootFileNames(files) {
123581 ts.Debug.assert(!configFileName, "Cannot update root file names with config file watch mode");
123582 rootFileNames = files;
123583 scheduleProgramUpdate();
123584 }
123585 function updateNewLine() {
123586 return ts.getNewLineCharacter(compilerOptions || optionsToExtendForConfigFile, function () { return host.getNewLine(); });
123587 }

Callers

nothing calls this directly

Calls 2

scheduleProgramUpdateFunction · 0.85
assertMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…