Home
last modified time | relevance | path

Searched refs:removeResolutionsOfFile (Results 1 – 5 of 5) sorted by relevance

/third_party/typescript/src/compiler/
DresolutionCache.ts14 removeResolutionsOfFile(filePath: Path): void; method
236 removeResolutionsOfFile,
920 …resolvedProjectReference.commandLine.fileNames.forEach(f => removeResolutionsOfFile(resolutionHost…
923 function removeResolutionsOfFile(filePath: Path) { function
944 removeResolutionsOfFile(filePath);
DwatchPublic.ts639 resolutionCache.removeResolutionsOfFile(oldSourceFile.path);
/third_party/typescript/src/server/
Dproject.ts1095 this.resolutionCache.removeResolutionsOfFile(info.path);
1388 this.resolutionCache.removeResolutionsOfFile(scriptInfoToDetach.path);
/third_party/typescript/lib/
DtypingsInstaller.js126352 removeResolutionsOfFile: removeResolutionsOfFile,
126949 …ectReference.commandLine.fileNames.forEach(function (f) { return removeResolutionsOfFile(resolutio…
126951 function removeResolutionsOfFile(filePath) { function
126974 removeResolutionsOfFile(filePath);
129056 resolutionCache.removeResolutionsOfFile(oldSourceFile.path);
Dtsc.js104967 removeResolutionsOfFile: removeResolutionsOfFile,
105527 …ectReference.commandLine.fileNames.forEach(function (f) { return removeResolutionsOfFile(resolutio…
105529 function removeResolutionsOfFile(filePath) { function
105551 removeResolutionsOfFile(filePath);
107351 resolutionCache.removeResolutionsOfFile(oldSourceFile.path);