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

Function updateNewLine

test/fixtures/snapshot/typescript.js:123585–123587  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

123583 scheduleProgramUpdate();
123584 }
123585 function updateNewLine() {
123586 return ts.getNewLineCharacter(compilerOptions || optionsToExtendForConfigFile, function () { return host.getNewLine(); });
123587 }
123588 function toPath(fileName) {
123589 return ts.toPath(fileName, currentDirectory, getCanonicalFileName);
123590 }

Callers 2

createWatchProgramFunction · 0.85
synchronizeProgramFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…