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
Update doc/api/esm.md
Co-authored-by: Geoffrey Booth <456802+GeoffreyBooth@users.noreply.github.com>
  • Loading branch information
aduh95 and GeoffreyBooth authored Dec 30, 2021
commit 7d1d79a9b0b842895aef393ee9b456c770a2e41e
2 changes: 1 addition & 1 deletion doc/api/esm.md
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ To customize the default module resolution, loader hooks can optionally be
provided via a `--experimental-loader ./loader-name.mjs` argument to Node.js.

When hooks are used they apply to the entry point and all `import` calls. They
won't apply to `require` calls that still follows [CommonJS][] rules.
won't apply to `require` calls; those still follow [CommonJS][] rules.

### Hooks

Expand Down