| /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 | 205 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 | 35174 …rsedCommandLineOfConfigFile(configFileName, optionsToExtend, host, extendedConfigCache, watchOptio… argument 35760 …tingOptions, configFileName, resolutionStack, extraFileExtensions, extendedConfigCache, existingWa… argument 35764 …tingOptions, configFileName, resolutionStack, extraFileExtensions, extendedConfigCache, existingWa… argument 35784 … existingWatchOptions, configFileName, resolutionStack, extraFileExtensions, extendedConfigCache) { argument 35951 …g(json, sourceFile, host, basePath, configFileName, resolutionStack, errors, extendedConfigCache) { argument 36097 …xtendedConfig(sourceFile, extendedConfigPath, host, resolutionStack, errors, extendedConfigCache) { argument 101439 function cleanExtendedConfigCache(extendedConfigCache, extendedConfigFilePath, toPath) { argument 108330 …function parseConfigFileWithSystem(configFileName, optionsToExtend, extendedConfigCache, watchOpti… argument 109686 extendedConfigCache: new ts.Map(), property 111908 … reportDiagnostic, configParseResult, optionsToExtend, watchOptionsToExtend, extendedConfigCache) { argument
|
| D | typingsInstaller.js | 42938 …rsedCommandLineOfConfigFile(configFileName, optionsToExtend, host, extendedConfigCache, watchOptio… argument 43609 …tingOptions, configFileName, resolutionStack, extraFileExtensions, extendedConfigCache, existingWa… argument 43620 …tingOptions, configFileName, resolutionStack, extraFileExtensions, extendedConfigCache, existingWa… argument 43653 … existingWatchOptions, configFileName, resolutionStack, extraFileExtensions, extendedConfigCache) { argument 43833 …g(json, sourceFile, host, basePath, configFileName, resolutionStack, errors, extendedConfigCache) { argument 43988 …xtendedConfig(sourceFile, extendedConfigPath, host, resolutionStack, errors, extendedConfigCache) { argument 122255 function cleanExtendedConfigCache(extendedConfigCache, extendedConfigFilePath, toPath) { argument 130204 …function parseConfigFileWithSystem(configFileName, optionsToExtend, extendedConfigCache, watchOpti… argument 131688 extendedConfigCache: new ts.Map(), property
|