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

Function getNormalizedAbsolutePath

test/fixtures/snapshot/typescript.js:7976–7978  ·  view source on GitHub ↗
(fileName, currentDirectory)

Source from the content-addressed store, hash-verified

7974 }
7975 ts.getNormalizedPathComponents = getNormalizedPathComponents;
7976 function getNormalizedAbsolutePath(fileName, currentDirectory) {
7977 return getPathFromPathComponents(getNormalizedPathComponents(fileName, currentDirectory));
7978 }
7979 ts.getNormalizedAbsolutePath = getNormalizedAbsolutePath;
7980 function normalizePath(path) {
7981 path = normalizeSlashes(path);

Callers 1

toPathFunction · 0.85

Calls 2

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…