Searched refs:resolveProjectReferencePath (Results 1 – 14 of 14) sorted by relevance
| /third_party/typescript/src/compiler/ |
| D | program.ts | 740 return !fileExists(resolveProjectReferencePath(oldRef)); 3014 const refPath = resolveProjectReferencePath(ref); 3969 export function resolveProjectReferencePath(ref: ProjectReference): ResolvedConfigFileName; function 3970 …/** @deprecated */ export function resolveProjectReferencePath(host: ResolveProjectReferencePathHo… 3971 …export function resolveProjectReferencePath(hostOrRef: ResolveProjectReferencePathHost | ProjectRe…
|
| D | tsbuildPublic.ts | 1428 const resolvedRef = resolveProjectReferencePath(ref);
|
| /third_party/typescript/src/server/ |
| D | editorServices.ts | 596 …projectRef => callbackRefProject(project, cb, project.toPath(resolveProjectReferencePath(projectRe…
|
| /third_party/typescript/lib/ |
| D | typescript.d.ts | 4863 export function resolveProjectReferencePath(ref: ProjectReference): ResolvedConfigFileName; 4864 …/** @deprecated */ export function resolveProjectReferencePath(host: ResolveProjectReferencePathHo…
|
| D | typescriptServices.d.ts | 4863 export function resolveProjectReferencePath(ref: ProjectReference): ResolvedConfigFileName; 4864 …/** @deprecated */ export function resolveProjectReferencePath(host: ResolveProjectReferencePathHo…
|
| D | tsserverlibrary.d.ts | 4863 export function resolveProjectReferencePath(ref: ProjectReference): ResolvedConfigFileName; 4864 …/** @deprecated */ export function resolveProjectReferencePath(host: ResolveProjectReferencePathHo…
|
| D | tsc.js | 87621 return !fileExists(resolveProjectReferencePath(oldRef)); 89298 var refPath = resolveProjectReferencePath(ref); 90067 function resolveProjectReferencePath(hostOrRef, ref) { function 90071 ts.resolveProjectReferencePath = resolveProjectReferencePath; 94303 var resolvedRef = ts.resolveProjectReferencePath(ref);
|
| D | typingsInstaller.js | 106677 return !fileExists(resolveProjectReferencePath(oldRef)); 108633 var refPath = resolveProjectReferencePath(ref); 109458 function resolveProjectReferencePath(hostOrRef, ref) { function 109462 ts.resolveProjectReferencePath = resolveProjectReferencePath; 114342 var resolvedRef = ts.resolveProjectReferencePath(ref);
|
| D | tsserverlibrary.js | 106882 return !fileExists(resolveProjectReferencePath(oldRef)); 108838 var refPath = resolveProjectReferencePath(ref); 109663 function resolveProjectReferencePath(hostOrRef, ref) { function 109667 ts.resolveProjectReferencePath = resolveProjectReferencePath; 114547 var resolvedRef = ts.resolveProjectReferencePath(ref); 156181 …ef) { return callbackRefProject(project, cb, project.toPath(ts.resolveProjectReferencePath(project…
|
| D | tsserver.js | 106688 return !fileExists(resolveProjectReferencePath(oldRef)); 108644 var refPath = resolveProjectReferencePath(ref); 109469 function resolveProjectReferencePath(hostOrRef, ref) { function 109473 ts.resolveProjectReferencePath = resolveProjectReferencePath; 114353 var resolvedRef = ts.resolveProjectReferencePath(ref); 155987 …ef) { return callbackRefProject(project, cb, project.toPath(ts.resolveProjectReferencePath(project…
|
| D | typescript.js | 106882 return !fileExists(resolveProjectReferencePath(oldRef)); 108838 var refPath = resolveProjectReferencePath(ref); 109663 function resolveProjectReferencePath(hostOrRef, ref) { function 109667 ts.resolveProjectReferencePath = resolveProjectReferencePath; 114547 var resolvedRef = ts.resolveProjectReferencePath(ref);
|
| D | typescriptServices.js | 106882 return !fileExists(resolveProjectReferencePath(oldRef)); 108838 var refPath = resolveProjectReferencePath(ref); 109663 function resolveProjectReferencePath(hostOrRef, ref) { function 109667 ts.resolveProjectReferencePath = resolveProjectReferencePath; 114547 var resolvedRef = ts.resolveProjectReferencePath(ref);
|
| /third_party/typescript/tests/baselines/reference/api/ |
| D | typescript.d.ts | 5102 export function resolveProjectReferencePath(ref: ProjectReference): ResolvedConfigFileName; function 5103 …/** @deprecated */ export function resolveProjectReferencePath(host: ResolveProjectReferencePathHo…
|
| D | tsserverlibrary.d.ts | 5102 export function resolveProjectReferencePath(ref: ProjectReference): ResolvedConfigFileName; function 5103 …/** @deprecated */ export function resolveProjectReferencePath(host: ResolveProjectReferencePathHo…
|