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

Function relativeToBuildInfo

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

Source from the content-addressed store, hash-verified

110288 }
110289 }
110290 function relativeToBuildInfo(path) {
110291 return ts.ensurePathIsNonModuleName(ts.getRelativePathFromDirectory(buildInfoDirectory, path, host.getCanonicalFileName));
110292 }
110293 }
110294 function emitBuildInfo(bundle, buildInfoPath) {
110295 // Write build information if applicable

Callers 7

emitSourceFileOrBundleFunction · 0.85
writeBundleFunction · 0.85
getProgramBuildInfoFunction · 0.85
toFileIdFunction · 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…