We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd95e01 commit fa4b396Copy full SHA for fa4b396
pages/en/blog/announcements/v22-release-announce.md
@@ -51,7 +51,8 @@ module being loaded by `require()` meets the following requirements:
51
the module name space object. In this case it is similar to dynamic
52
`import()` but is run synchronously and returns the name space object
53
directly.
54
-
+We intend to eventually enable `require(esm)` by default in the future, without
55
+the flag.
56
Contributed by Joyee Cheung in [#51977](https://github.com/nodejs/node/pull/51977)
57
58
#### Running package.json scripts
0 commit comments