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 pages/en/blog/announcements/v22-release-announce.md
Co-authored-by: Joyee Cheung <joyeec9h3@gmail.com>
Signed-off-by: Marco Ippolito <marcoippolito54@gmail.com>
  • Loading branch information
marco-ippolito and joyeecheung authored Apr 18, 2024
commit fa4b396c1af00d7626032a428b0176a03a4d456b
3 changes: 2 additions & 1 deletion pages/en/blog/announcements/v22-release-announce.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ module being loaded by `require()` meets the following requirements:
the module name space object. In this case it is similar to dynamic
`import()` but is run synchronously and returns the name space object
directly.

We intend to eventually enable `require(esm)` by default in the future, without
the flag.
Contributed by Joyee Cheung in [#51977](https://github.com/nodejs/node/pull/51977)

#### Running package.json scripts
Expand Down