Home
last modified time | relevance | path

Searched refs:packageJSONCache (Results 1 – 1 of 1) sorted by relevance

/third_party/node/lib/internal/modules/esm/
Dresolve.js116 const packageJSONCache = new SafeMap(); /* string -> PackageConfig */ constant
122 const existing = packageJSONCache.get(path);
137 packageJSONCache.set(path, packageConfig);
169 packageJSONCache.set(path, packageConfig);
200 packageJSONCache.set(packageJSONPath, packageConfig);