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

Function combineNormal

test/fixtures/snapshot/typescript.js:139577–139579  ·  view source on GitHub ↗
(pathA, pathB)

Source from the content-addressed store, hash-verified

139575 }
139576 }
139577 function combineNormal(pathA, pathB) {
139578 return ts.normalizePath(ts.combinePaths(pathA, pathB));
139579 }
139580 function combinePathsSafe(pathA, pathB) {
139581 return ts.ensurePathIsNonModuleName(combineNormal(pathA, pathB));
139582 }

Callers 1

combinePathsSafeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected