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

Function isPathRelativeToParent

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

Source from the content-addressed store, hash-verified

122676 return ts.isRootedDiskPath(relativePath) ? undefined : relativePath;
122677 }
122678 function isPathRelativeToParent(path) {
122679 return ts.startsWith(path, "..");
122680 }
122681 })(moduleSpecifiers = ts.moduleSpecifiers || (ts.moduleSpecifiers = {}));
122682})(ts || (ts = {}));
122683/*@internal*/

Callers 2

getLocalModuleSpecifierFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected