Home
last modified time | relevance | path

Searched defs:getResolvedProjectReferenceByPath (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/src/compiler/
Dprogram.ts1794 …const newReferences = parent ? getResolvedProjectReferenceByPath(parent.sourceFile.path)!.commandL… constant
3379 …function getResolvedProjectReferenceByPath(projectReferencePath: Path): ResolvedProjectReference |… function
/third_party/typescript/lib/
Dtsc.js106927 function getResolvedProjectReferenceByPath(projectReferencePath) { function