Home
last modified time | relevance | path

Searched defs:readFileWithCache (Results 1 – 5 of 5) sorted by relevance

/third_party/typescript/src/compiler/
DwatchPublic.ts471 originalCreateDirectory, originalWriteFile, readFileWithCache, constant
DtsbuildPublic.ts263 readFileWithCache: (f: string) => string | undefined; property
576 } = changeCompilerHostLikeToUseCache(
577 host,
Dprogram.ts176 const readFileWithCache = (fileName: string): string | undefined => { constant
/third_party/typescript/lib/
Dtsc.js101791 var readFileWithCache = function (fileName) { function
109211 function getSourceVersion(path, readFileWithCache) { argument
109697 readFileWithCache: function (f) { return host.readFile(f); }, method
DtypingsInstaller.js122649 var readFileWithCache = function (fileName) { function
131149 function getSourceVersion(path, readFileWithCache) { argument
131700 readFileWithCache: function (f) { return host.readFile(f); }, method