Searched defs:readFileWithCache (Results 1 – 5 of 5) sorted by relevance
471 originalCreateDirectory, originalWriteFile, readFileWithCache, constant
263 readFileWithCache: (f: string) => string | undefined; property576 } = changeCompilerHostLikeToUseCache(577 host,
176 const readFileWithCache = (fileName: string): string | undefined => { constant
121073 var readFileWithCache = function (fileName) { function129511 function getSourceVersion(path, readFileWithCache) { argument130062 readFileWithCache: function (f) { return host.readFile(f); }, method
100424 var readFileWithCache = function (fileName) { function107786 function getSourceVersion(path, readFileWithCache) { argument108272 readFileWithCache: function (f) { return host.readFile(f); }, method