Searched refs:loadWithTypeDirectiveCache (Results 1 – 4 of 4) sorted by relevance
| /third_party/typescript/src/compiler/ |
| D | program.ts | 476 …export function loadWithTypeDirectiveCache<T>(names: string[] | readonly FileReference[], containi… function 1117 …s, containingFile, redirectedReference, containingFileMode) => loadWithTypeDirectiveCache<Resolved…
|
| D | tsbuildPublic.ts | 312 …loadWithTypeDirectiveCache<ResolvedTypeReferenceDirective>(Debug.checkEachDefined(typeReferenceDir…
|
| /third_party/typescript/lib/ |
| D | typingsInstaller.js | 121056 …function loadWithTypeDirectiveCache(names, containingFile, redirectedReference, containingFileMode… function 121079 ts.loadWithTypeDirectiveCache = loadWithTypeDirectiveCache; 121578 …tainingFile, redirectedReference, containingFileMode) { return loadWithTypeDirectiveCache(ts.Debug… 129548 …return ts.loadWithTypeDirectiveCache(ts.Debug.checkEachDefined(typeReferenceDirectiveNames), conta…
|
| D | tsc.js | 100417 …function loadWithTypeDirectiveCache(names, containingFile, redirectedReference, containingFileMode… function 100439 ts.loadWithTypeDirectiveCache = loadWithTypeDirectiveCache; 100859 …tainingFile, redirectedReference, containingFileMode) { return loadWithTypeDirectiveCache(ts.Debug… 107786 …return ts.loadWithTypeDirectiveCache(ts.Debug.checkEachDefined(typeReferenceDirectiveNames), conta…
|