Searched defs:packageJsonInfoCache (Results 1 – 3 of 3) sorted by relevance
| /third_party/typescript/src/compiler/ |
| D | moduleNameResolver.ts | 118 packageJsonInfoCache: PackageJsonInfoCache | undefined; property 381 packageJsonInfoCache: cache, constant 823 … const packageJsonInfoCache = createPackageJsonInfoCache(currentDirectory, getCanonicalFileName); constant 1381 packageJsonInfoCache: cache, constant 2629 affectingLocations, packageJsonInfoCache: cache, constant 2698 packageJsonInfoCache, constant
|
| /third_party/typescript/lib/ |
| D | typingsInstaller.js | 44405 packageJsonInfoCache: cache, property 44820 …eResolutionCache(currentDirectory, getCanonicalFileName, options, packageJsonInfoCache, directoryT… argument 45189 packageJsonInfoCache: cache, property 45575 function getTemporaryModuleResolutionState(packageJsonInfoCache, host, options) { argument 46329 packageJsonInfoCache: cache, property 46375 …romGlobalCache(moduleName, projectName, compilerOptions, host, globalCache, packageJsonInfoCache) { argument 46389 packageJsonInfoCache: packageJsonInfoCache, property 121661 function getImpliedNodeFormatForFile(fileName, packageJsonInfoCache, host, options) { argument 121667 function getImpliedNodeFormatForFileWorker(fileName, packageJsonInfoCache, host, options) { argument
|
| D | tsc.js | 36443 packageJsonInfoCache: cache, property 36810 …eResolutionCache(currentDirectory, getCanonicalFileName, options, packageJsonInfoCache, directoryT… argument 37097 packageJsonInfoCache: cache, property 37442 function getTemporaryModuleResolutionState(packageJsonInfoCache, host, options) { argument 38116 packageJsonInfoCache: cache, property 38153 …romGlobalCache(moduleName, projectName, compilerOptions, host, globalCache, packageJsonInfoCache) { argument 38167 packageJsonInfoCache: packageJsonInfoCache, property 100939 function getImpliedNodeFormatForFile(fileName, packageJsonInfoCache, host, options) { argument 100944 function getImpliedNodeFormatForFileWorker(fileName, packageJsonInfoCache, host, options) { argument
|