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

Function relativeToBuildInfoEnsuringAbsolutePath

test/fixtures/snapshot/typescript.js:120647–120649  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

120645 affectedFilesPendingEmit: affectedFilesPendingEmit,
120646 };
120647 function relativeToBuildInfoEnsuringAbsolutePath(path) {
120648 return relativeToBuildInfo(ts.getNormalizedAbsolutePath(path, currentDirectory));
120649 }
120650 function relativeToBuildInfo(path) {
120651 return ts.ensurePathIsNonModuleName(ts.getRelativePathFromDirectory(buildInfoDirectory, path, getCanonicalFileName));
120652 }

Callers

nothing calls this directly

Calls 1

relativeToBuildInfoFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…