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

Function resolveProjectReferencePath

test/fixtures/snapshot/typescript.js:119476–119479  ·  view source on GitHub ↗
(hostOrRef, ref)

Source from the content-addressed store, hash-verified

119474 }
119475 ts.createPrependNodes = createPrependNodes;
119476 function resolveProjectReferencePath(hostOrRef, ref) {
119477 var passedInRef = ref ? ref : hostOrRef;
119478 return ts.resolveConfigFileProjectName(passedInRef.path);
119479 }
119480 ts.resolveProjectReferencePath = resolveProjectReferencePath;
119481 /* @internal */
119482 /**

Callers 3

createProgramFunction · 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…