/third_party/typescript/src/compiler/ |
D | tsbuildPublic.ts | 249 readonly extendedConfigCache: ESMap<string, ExtendedConfigCacheEntry>; property 410 …const { parseConfigFileHost, baseCompilerOptions, baseWatchOptions, extendedConfigCache, host } = … constant 598 …const { cache, host, compilerHost, extendedConfigCache, moduleResolutionCache, typeReferenceDirect… constant
|
D | watchPublic.ts | 190 extendedConfigCache?: Map<ExtendedConfigCacheEntry>; property
|
/third_party/typescript/src/executeCommandLine/ |
D | executeCommandLine.ts | 551 const extendedConfigCache = new Map<string, ExtendedConfigCacheEntry>(); constant
|
/third_party/typescript/lib/ |
D | tsc.js | 34720 …rsedCommandLineOfConfigFile(configFileName, optionsToExtend, host, extendedConfigCache, watchOptio… argument 35306 …tingOptions, configFileName, resolutionStack, extraFileExtensions, extendedConfigCache, existingWa… argument 35310 …tingOptions, configFileName, resolutionStack, extraFileExtensions, extendedConfigCache, existingWa… argument 35330 … existingWatchOptions, configFileName, resolutionStack, extraFileExtensions, extendedConfigCache) { argument 35497 …g(json, sourceFile, host, basePath, configFileName, resolutionStack, errors, extendedConfigCache) { argument 35643 …xtendedConfig(sourceFile, extendedConfigPath, host, resolutionStack, errors, extendedConfigCache) { argument 99796 function cleanExtendedConfigCache(extendedConfigCache, extendedConfigFilePath, toPath) { argument 106459 …function parseConfigFileWithSystem(configFileName, optionsToExtend, extendedConfigCache, watchOpti… argument 107805 extendedConfigCache: new ts.Map(), property 110027 … reportDiagnostic, configParseResult, optionsToExtend, watchOptionsToExtend, extendedConfigCache) { argument
|
D | typingsInstaller.js | 42416 …rsedCommandLineOfConfigFile(configFileName, optionsToExtend, host, extendedConfigCache, watchOptio… argument 43087 …tingOptions, configFileName, resolutionStack, extraFileExtensions, extendedConfigCache, existingWa… argument 43098 …tingOptions, configFileName, resolutionStack, extraFileExtensions, extendedConfigCache, existingWa… argument 43131 … existingWatchOptions, configFileName, resolutionStack, extraFileExtensions, extendedConfigCache) { argument 43311 …g(json, sourceFile, host, basePath, configFileName, resolutionStack, errors, extendedConfigCache) { argument 43466 …xtendedConfig(sourceFile, extendedConfigPath, host, resolutionStack, errors, extendedConfigCache) { argument 120379 function cleanExtendedConfigCache(extendedConfigCache, extendedConfigFilePath, toPath) { argument 128094 …function parseConfigFileWithSystem(configFileName, optionsToExtend, extendedConfigCache, watchOpti… argument 129568 extendedConfigCache: new ts.Map(), property
|