Searched refs:changeCompilerHostLikeToUseCache (Results 1 – 7 of 7) sorted by relevance
| /third_party/typescript/src/compiler/ |
| D | watchPublic.ts | 33 …changeCompilerHostLikeToUseCache(host, fileName => toPath(fileName, host.getCurrentDirectory(), ho… 457 } = changeCompilerHostLikeToUseCache(compilerHost, toPath);
|
| D | tsbuildPublic.ts | 576 } = changeCompilerHostLikeToUseCache(
|
| D | program.ts | 161 export function changeCompilerHostLikeToUseCache( function
|
| /third_party/typescript/src/executeCommandLine/ |
| D | executeCommandLine.ts | 799 …changeCompilerHostLikeToUseCache(host, fileName => toPath(fileName, currentDirectory, getCanonical…
|
| /third_party/typescript/src/services/ |
| D | services.ts | 1366 const { getSourceFileWithCache } = changeCompilerHostLikeToUseCache(
|
| /third_party/typescript/lib/ |
| D | tsc.js | 100138 function changeCompilerHostLikeToUseCache(host, toPath, getSourceFile) { function 100244 ts.changeCompilerHostLikeToUseCache = changeCompilerHostLikeToUseCache; 107000 …ts.changeCompilerHostLikeToUseCache(host, function (fileName) { return ts.toPath(fileName, host.ge… 107204 …var _a = ts.changeCompilerHostLikeToUseCache(compilerHost, toPath), originalReadFile = _a.original… 107979 …var _a = ts.changeCompilerHostLikeToUseCache(host, function (fileName) { return toPath(state, file… 109962 …ts.changeCompilerHostLikeToUseCache(host, function (fileName) { return ts.toPath(fileName, current…
|
| D | typingsInstaller.js | 120763 function changeCompilerHostLikeToUseCache(host, toPath, getSourceFile) { function 120872 ts.changeCompilerHostLikeToUseCache = changeCompilerHostLikeToUseCache; 128676 …ts.changeCompilerHostLikeToUseCache(host, function (fileName) { return ts.toPath(fileName, host.ge… 128889 …var _a = ts.changeCompilerHostLikeToUseCache(compilerHost, toPath), originalReadFile = _a.original… 129750 …var _a = ts.changeCompilerHostLikeToUseCache(host, function (fileName) { return toPath(state, file…
|