Searched refs:cleanExtendedConfigCache (Results 1 – 5 of 5) sorted by relevance
| /third_party/typescript/src/compiler/ |
| D | watchUtilities.ts | 374 export function cleanExtendedConfigCache( function 382 cleanExtendedConfigCache(extendedConfigCache, key as Path, toPath);
|
| D | watchPublic.ts | 954 …if (extendedConfigCache) cleanExtendedConfigCache(extendedConfigCache, extendedConfigFilePath, toP…
|
| /third_party/typescript/src/server/ |
| D | editorServices.ts | 2259 …cleanExtendedConfigCache(this.extendedConfigCache, extendedConfigFilePath, fileName => this.toPath…
|
| /third_party/typescript/lib/ |
| D | typingsInstaller.js | 120379 function cleanExtendedConfigCache(extendedConfigCache, extendedConfigFilePath, toPath) { function 120386 cleanExtendedConfigCache(extendedConfigCache, key, toPath); 120390 ts.cleanExtendedConfigCache = cleanExtendedConfigCache; 129298 … ts.cleanExtendedConfigCache(extendedConfigCache, extendedConfigFilePath, toPath);
|
| D | tsc.js | 99796 function cleanExtendedConfigCache(extendedConfigCache, extendedConfigFilePath, toPath) { function 99803 cleanExtendedConfigCache(extendedConfigCache, key, toPath); 99807 ts.cleanExtendedConfigCache = cleanExtendedConfigCache; 107575 … ts.cleanExtendedConfigCache(extendedConfigCache, extendedConfigFilePath, toPath);
|