MCPcopy Create free account
hub / github.com/nodejs/node / projectReferenceUptoDate

Function projectReferenceUptoDate

test/fixtures/snapshot/typescript.js:116427–116430  ·  view source on GitHub ↗
(oldRef, newRef, index)

Source from the content-addressed store, hash-verified

116425 return sourceFile.version === getSourceVersion(sourceFile.resolvedPath, sourceFile.fileName);
116426 }
116427 function projectReferenceUptoDate(oldRef, newRef, index) {
116428 return ts.projectReferenceIsEqualTo(oldRef, newRef) &&
116429 resolvedProjectReferenceUptoDate(program.getResolvedProjectReferences()[index], oldRef);
116430 }
116431 function resolvedProjectReferenceUptoDate(oldResolvedRef, oldRef) {
116432 if (oldResolvedRef) {
116433 // Assume true

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected