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

Function getDefaultLibLocation

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

Source from the content-addressed store, hash-verified

115852 });
115853 }
115854 function getDefaultLibLocation() {
115855 return ts.getDirectoryPath(ts.normalizePath(system.getExecutingFilePath()));
115856 }
115857 var newLine = ts.getNewLineCharacter(options, function () { return system.newLine; });
115858 var realpath = system.realpath && (function (path) { return system.realpath(path); });
115859 var compilerHost = {

Callers 2

createCompilerHostWorkerFunction · 0.85
createProgramHostFunction · 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…