Skip to content

Commit

Permalink
Update lib/internal/modules/esm/loader.js
Browse files Browse the repository at this point in the history
Co-authored-by: Antoine du Hamel <[email protected]>
  • Loading branch information
GeoffreyBooth and aduh95 committed Sep 14, 2023
1 parent 5ef9f05 commit da76e59
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit da76e59

Please sign in to comment.