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

Function relativePath

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

Source from the content-addressed store, hash-verified

139534 return false;
139535 }
139536 function relativePath(path) {
139537 return ts.getRelativePathFromDirectory(configDir, path, /*ignoreCase*/ !useCaseSensitiveFileNames);
139538 }
139539 }
139540 function updateImports(program, changeTracker, oldToNew, newToOld, host, getCanonicalFileName) {
139541 var allFiles = program.getSourceFiles();

Callers 2

updateTsconfigFilesFunction · 0.70
tryUpdateStringFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected