Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
DwatchUtilities.ts374 export function cleanExtendedConfigCache( function
382 cleanExtendedConfigCache(extendedConfigCache, key as Path, toPath);
DwatchPublic.ts954 …if (extendedConfigCache) cleanExtendedConfigCache(extendedConfigCache, extendedConfigFilePath, toP…
/third_party/typescript/src/server/
DeditorServices.ts2259cleanExtendedConfigCache(this.extendedConfigCache, extendedConfigFilePath, fileName => this.toPath…
/third_party/typescript/lib/
DtypingsInstaller.js120379 function cleanExtendedConfigCache(extendedConfigCache, extendedConfigFilePath, toPath) { function
120386 cleanExtendedConfigCache(extendedConfigCache, key, toPath);
120390 ts.cleanExtendedConfigCache = cleanExtendedConfigCache;
129298 … ts.cleanExtendedConfigCache(extendedConfigCache, extendedConfigFilePath, toPath);
Dtsc.js99796 function cleanExtendedConfigCache(extendedConfigCache, extendedConfigFilePath, toPath) { function
99803 cleanExtendedConfigCache(extendedConfigCache, key, toPath);
99807 ts.cleanExtendedConfigCache = cleanExtendedConfigCache;
107575 … ts.cleanExtendedConfigCache(extendedConfigCache, extendedConfigFilePath, toPath);