Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update lib/internal/modules/esm/loader.js
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
  • Loading branch information
GeoffreyBooth and aduh95 committed Sep 18, 2023
commit 6621451bcb05fa98b4715812bfff400e70e92fb7
2 changes: 1 addition & 1 deletion lib/internal/modules/esm/loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const {
let defaultResolve, defaultLoad, defaultLoadSync, importMetaInitializer;

/**
* 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.
* @returns {import('./module_map.js').ResolveCache')}
*/
function newResolveCache() {
Expand Down