Skip to content

Commit 9a0aa62

Browse files
aduh95danielleadams
authored andcommitted
doc: clarify entry point behavior when using loader hooks
Fixes: #41275 PR-URL: #41304 Reviewed-By: Guy Bedford <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 9636a01 commit 9a0aa62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/esm.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -595,8 +595,8 @@ node b.mjs # works
595595
To customize the default module resolution, loader hooks can optionally be
596596
provided via a `--experimental-loader ./loader-name.mjs` argument to Node.js.
597597
598-
When hooks are used they only apply to ES module loading and not to any
599-
CommonJS modules loaded.
598+
When hooks are used they apply to the entry point and all `import` calls. They
599+
won't apply to `require` calls; those still follow [CommonJS][] rules.
600600
601601
### Hooks
602602

0 commit comments

Comments
 (0)