Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
DwatchPublic.ts498 originalCreateDirectory, originalWriteFile, readFileWithCache, constant
DtsbuildPublic.ts296 readFileWithCache: (f: string) => string | undefined; property
609 } = changeCompilerHostLikeToUseCache(
610 host,
Dprogram.ts239 const readFileWithCache = (fileName: string): string | undefined => { constant
/third_party/typescript/lib/
Dtsc.js104567 const readFileWithCache = (fileName) => { function
111327 function getSourceVersion(path, readFileWithCache) { argument