We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41eee47 commit bdb5d84Copy full SHA for bdb5d84
lib/internal/modules/esm/loader.js
@@ -22,7 +22,7 @@ const {
22
let defaultResolve, defaultLoad, defaultLoadSync, importMetaInitializer;
23
24
/**
25
- * Generate a resolve cache (to store the final result of a resolve-chain for a particular module).
+ * Lazy loads the module_map module and returns a new instance of ResolveCache.
26
* @returns {import('./module_map.js').ResolveCache')}
27
*/
28
function newResolveCache() {
0 commit comments