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 | tsc.js | 36770 packageJsonInfoCache: cache, property 37137 …eResolutionCache(currentDirectory, getCanonicalFileName, options, packageJsonInfoCache, directoryT… argument 37424 packageJsonInfoCache: cache, property 37769 function getTemporaryModuleResolutionState(packageJsonInfoCache, host, options) { argument 38443 packageJsonInfoCache: cache, property 38480 …romGlobalCache(moduleName, projectName, compilerOptions, host, globalCache, packageJsonInfoCache) { argument 38494 packageJsonInfoCache: packageJsonInfoCache, property 102306 function getImpliedNodeFormatForFile(fileName, packageJsonInfoCache, host, options) { argument 102311 function getImpliedNodeFormatForFileWorker(fileName, packageJsonInfoCache, host, options) { argument
|
| D | typingsInstaller.js | 44792 packageJsonInfoCache: cache, property 45207 …eResolutionCache(currentDirectory, getCanonicalFileName, options, packageJsonInfoCache, directoryT… argument 45576 packageJsonInfoCache: cache, property 45962 function getTemporaryModuleResolutionState(packageJsonInfoCache, host, options) { argument 46716 packageJsonInfoCache: cache, property 46762 …romGlobalCache(moduleName, projectName, compilerOptions, host, globalCache, packageJsonInfoCache) { argument 46776 packageJsonInfoCache: packageJsonInfoCache, property 123237 function getImpliedNodeFormatForFile(fileName, packageJsonInfoCache, host, options) { argument 123243 function getImpliedNodeFormatForFileWorker(fileName, packageJsonInfoCache, host, options) { argument
|