Searched refs:readFileWithCache (Results 1 – 5 of 5) sorted by relevance
| /third_party/typescript/src/compiler/ |
| D | watchPublic.ts | 456 originalCreateDirectory, originalWriteFile, readFileWithCache, constant 458 …m(), rootFileNames, compilerOptions, path => getSourceVersion(path, readFileWithCache), fileName =… 613 …function getSourceVersion(path: Path, readFileWithCache: (fileName: string) => string | undefined)… 618 const text = readFileWithCache(path);
|
| D | tsbuildPublic.ts | 263 readFileWithCache: (f: string) => string | undefined; property 350 readFileWithCache: f => host.readFile(f), 569 const originalReadFileWithCache = state.readFileWithCache; 575 getSourceFileWithCache, readFileWithCache 581 state.readFileWithCache = readFileWithCache; 606 state.readFileWithCache = cache.originalReadFileWithCache; 1505 const value = state.readFileWithCache(buildInfoPath); 1658 const text = version ? state.readFileWithCache(inputFile) : undefined;
|
| D | program.ts | 176 const readFileWithCache = (fileName: string): string | undefined => { constant 271 readFileWithCache
|
| /third_party/typescript/lib/ |
| D | typingsInstaller.js | 120773 var readFileWithCache = function (fileName) { function 120869 readFileWithCache: readFileWithCache 128889 …reateDirectory, originalWriteFile = _a.originalWriteFile, readFileWithCache = _a.readFileWithCache; 128890 …s, compilerOptions, function (path) { return getSourceVersion(path, readFileWithCache); }, functio… 129029 function getSourceVersion(path, readFileWithCache) { argument 129036 var text = readFileWithCache(path); 129580 readFileWithCache: function (f) { return host.readFile(f); }, method 129748 var originalReadFileWithCache = state.readFileWithCache; 129756 …File, getSourceFileWithCache = _a.getSourceFileWithCache, readFileWithCache = _a.readFileWithCache; 129757 state.readFileWithCache = readFileWithCache; [all …]
|
| D | tsc.js | 100148 var readFileWithCache = function (fileName) { function 100241 readFileWithCache: readFileWithCache 107204 …reateDirectory, originalWriteFile = _a.originalWriteFile, readFileWithCache = _a.readFileWithCache; 107205 …s, compilerOptions, function (path) { return getSourceVersion(path, readFileWithCache); }, functio… 107330 function getSourceVersion(path, readFileWithCache) { argument 107336 var text = readFileWithCache(path); 107816 readFileWithCache: function (f) { return host.readFile(f); }, method 107977 var originalReadFileWithCache = state.readFileWithCache; 107985 …File, getSourceFileWithCache = _a.getSourceFileWithCache, readFileWithCache = _a.readFileWithCache; 107986 state.readFileWithCache = readFileWithCache; [all …]
|