Searched refs:readFileWithCache (Results 1 – 8 of 8) sorted by relevance
| /third_party/typescript/src/compiler/ |
| D | tsbuildPublic.ts | 244 readFileWithCache: (f: string) => string | undefined; property 316 readFileWithCache: f => host.readFile(f), 517 const originalReadFileWithCache = state.readFileWithCache; 523 getSourceFileWithCache, readFileWithCache 529 state.readFileWithCache = readFileWithCache; 554 state.readFileWithCache = cache.originalReadFileWithCache; 943 if (host.fileExists(name) && state.readFileWithCache(name) === text) { 1511 const value = state.readFileWithCache(buildInfoPath);
|
| D | program.ts | 220 const readFileWithCache = (fileName: string): string | undefined => { constant 308 readFileWithCache
|
| /third_party/typescript/lib/ |
| D | tsc.js | 87217 var readFileWithCache = function (fileName) { function 87300 readFileWithCache: readFileWithCache 93541 readFileWithCache: function (f) { return host.readFile(f); }, method 93691 var originalReadFileWithCache = state.readFileWithCache; 93699 …File, getSourceFileWithCache = _a.getSourceFileWithCache, readFileWithCache = _a.readFileWithCache; 93700 state.readFileWithCache = readFileWithCache; 93722 state.readFileWithCache = cache.originalReadFileWithCache; 93960 if (host.fileExists(name) && state.readFileWithCache(name) === text) { 94367 var value = state.readFileWithCache(buildInfoPath);
|
| D | typingsInstaller.js | 106234 var readFileWithCache = function (fileName) { function 106320 readFileWithCache: readFileWithCache 113535 readFileWithCache: function (f) { return host.readFile(f); }, method 113692 var originalReadFileWithCache = state.readFileWithCache; 113700 …File, getSourceFileWithCache = _a.getSourceFileWithCache, readFileWithCache = _a.readFileWithCache; 113701 state.readFileWithCache = readFileWithCache; 113723 state.readFileWithCache = cache.originalReadFileWithCache; 113972 if (host.fileExists(name) && state.readFileWithCache(name) === text) { 114417 var value = state.readFileWithCache(buildInfoPath);
|
| D | typescript.js | 106439 var readFileWithCache = function (fileName) { function 106525 readFileWithCache: readFileWithCache 113740 readFileWithCache: function (f) { return host.readFile(f); }, method 113897 var originalReadFileWithCache = state.readFileWithCache; 113905 …File, getSourceFileWithCache = _a.getSourceFileWithCache, readFileWithCache = _a.readFileWithCache; 113906 state.readFileWithCache = readFileWithCache; 113928 state.readFileWithCache = cache.originalReadFileWithCache; 114177 if (host.fileExists(name) && state.readFileWithCache(name) === text) { 114622 var value = state.readFileWithCache(buildInfoPath);
|
| D | typescriptServices.js | 106439 var readFileWithCache = function (fileName) { function 106525 readFileWithCache: readFileWithCache 113740 readFileWithCache: function (f) { return host.readFile(f); }, method 113897 var originalReadFileWithCache = state.readFileWithCache; 113905 …File, getSourceFileWithCache = _a.getSourceFileWithCache, readFileWithCache = _a.readFileWithCache; 113906 state.readFileWithCache = readFileWithCache; 113928 state.readFileWithCache = cache.originalReadFileWithCache; 114177 if (host.fileExists(name) && state.readFileWithCache(name) === text) { 114622 var value = state.readFileWithCache(buildInfoPath);
|
| D | tsserverlibrary.js | 106439 var readFileWithCache = function (fileName) { function 106525 readFileWithCache: readFileWithCache 113740 readFileWithCache: function (f) { return host.readFile(f); }, method 113897 var originalReadFileWithCache = state.readFileWithCache; 113905 …File, getSourceFileWithCache = _a.getSourceFileWithCache, readFileWithCache = _a.readFileWithCache; 113906 state.readFileWithCache = readFileWithCache; 113928 state.readFileWithCache = cache.originalReadFileWithCache; 114177 if (host.fileExists(name) && state.readFileWithCache(name) === text) { 114622 var value = state.readFileWithCache(buildInfoPath);
|
| D | tsserver.js | 106245 var readFileWithCache = function (fileName) { function 106331 readFileWithCache: readFileWithCache 113546 readFileWithCache: function (f) { return host.readFile(f); }, method 113703 var originalReadFileWithCache = state.readFileWithCache; 113711 …File, getSourceFileWithCache = _a.getSourceFileWithCache, readFileWithCache = _a.readFileWithCache; 113712 state.readFileWithCache = readFileWithCache; 113734 state.readFileWithCache = cache.originalReadFileWithCache; 113983 if (host.fileExists(name) && state.readFileWithCache(name) === text) { 114428 var value = state.readFileWithCache(buildInfoPath);
|