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

Function resolveProjectName

test/fixtures/snapshot/typescript.js:124274–124276  ·  view source on GitHub ↗
(state, name)

Source from the content-addressed store, hash-verified

124272 return parsed;
124273 }
124274 function resolveProjectName(state, name) {
124275 return ts.resolveConfigFileProjectName(ts.resolvePath(state.currentDirectory, name));
124276 }
124277 function createBuildOrder(state, roots) {
124278 var temporaryMarks = new ts.Map();
124279 var permanentMarks = new ts.Map();

Callers 6

visitFunction · 0.85
createStateBuildOrderFunction · 0.85
getBuildOrderForFunction · 0.85
emitBundleFunction · 0.85
queueReferencingProjectsFunction · 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…