Home
last modified time | relevance | path

Searched refs:getResolvedProjectReferenceByPath (Results 1 – 6 of 6) sorted by relevance

/third_party/typescript/src/compiler/
Dprogram.ts1274 … if (!getResolvedProjectReferenceByPath(resolvedProjectReference.sourceFile.path)) {
1347 getResolvedProjectReferenceByPath,
1696 …const newReferences = parent ? getResolvedProjectReferenceByPath(parent.sourceFile.path)!.commandL… constant
3138 … return referencedProjectPath && getResolvedProjectReferenceByPath(referencedProjectPath);
3176 …function getResolvedProjectReferenceByPath(projectReferencePath: Path): ResolvedProjectReference |… function
DresolutionCache.ts916 const resolvedProjectReference = program.getResolvedProjectReferenceByPath(filePath);
Dtypes.ts4520 …/*@internal*/ getResolvedProjectReferenceByPath(projectReferencePath: Path): ResolvedProjectRefere…
/third_party/typescript/src/server/
Dproject.ts1274 … if (!this.program!.getResolvedProjectReferenceByPath(resolvedProjectReference.sourceFile.path)) {
/third_party/typescript/lib/
DtypingsInstaller.js121728 … if (!getResolvedProjectReferenceByPath(resolvedProjectReference.sourceFile.path)) {
121793 getResolvedProjectReferenceByPath: getResolvedProjectReferenceByPath, property
122112 …var newReferences = parent ? getResolvedProjectReferenceByPath(parent.sourceFile.path).commandLine…
123387 … return referencedProjectPath && getResolvedProjectReferenceByPath(referencedProjectPath);
123420 function getResolvedProjectReferenceByPath(projectReferencePath) { function
126945 var resolvedProjectReference = program.getResolvedProjectReferenceByPath(filePath);
Dtsc.js100981 … if (!getResolvedProjectReferenceByPath(resolvedProjectReference.sourceFile.path)) {
101044 getResolvedProjectReferenceByPath: getResolvedProjectReferenceByPath, property
101303 …var newReferences = parent ? getResolvedProjectReferenceByPath(parent.sourceFile.path).commandLine…
102410 … return referencedProjectPath && getResolvedProjectReferenceByPath(referencedProjectPath);
102442 function getResolvedProjectReferenceByPath(projectReferencePath) { function
105524 var resolvedProjectReference = program.getResolvedProjectReferenceByPath(filePath);