Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
DtsbuildPublic.ts282 readonly extendedConfigCache: ESMap<string, ExtendedConfigCacheEntry>; property
443 …const { parseConfigFileHost, baseCompilerOptions, baseWatchOptions, extendedConfigCache, host } = … constant
631 …const { cache, host, compilerHost, extendedConfigCache, moduleResolutionCache, typeReferenceDirect… constant
DwatchPublic.ts230 extendedConfigCache?: Map<ExtendedConfigCacheEntry>; property
/third_party/typescript/src/executeCommandLine/
DexecuteCommandLine.ts572 const extendedConfigCache = new Map<string, ExtendedConfigCacheEntry>(); constant
/third_party/typescript/lib/
Dtsc.js34901 …rsedCommandLineOfConfigFile(configFileName, optionsToExtend, host, extendedConfigCache, watchOptio… argument
35515 …tingOptions, configFileName, resolutionStack, extraFileExtensions, extendedConfigCache, existingWa… argument
35518 …tingOptions, configFileName, resolutionStack, extraFileExtensions, extendedConfigCache, existingWa… argument
35539 …atchOptions, configFileName, resolutionStack = [], extraFileExtensions = [], extendedConfigCache) { argument
35696 …g(json, sourceFile, host, basePath, configFileName, resolutionStack, errors, extendedConfigCache) { argument
35841 …xtendedConfig(sourceFile, extendedConfigPath, host, resolutionStack, errors, extendedConfigCache) { argument
104228 function cleanExtendedConfigCache(extendedConfigCache, extendedConfigFilePath, toPath3) { argument
110437 function parseConfigFileWithSystem(configFileName, optionsToExtend, extendedConfigCache, watchOptio… argument
111836 extendedConfigCache: new Map2(), property
114293 … reportDiagnostic, configParseResult, optionsToExtend, watchOptionsToExtend, extendedConfigCache) { argument