File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -171,12 +171,17 @@ relative, and based on the real path of the files making the calls to
171
171
## Loading ECMAScript modules using ` require() `
172
172
173
173
<!-- YAML
174
+ added:
175
+ - v22.0.0
176
+ - v20.17.0
174
177
changes:
175
178
- version: REPLACEME
176
179
pr-url: https://github.com/nodejs/node/pull/55085
177
- description: require() now supports loading synchronous ES modules by default .
180
+ description: This feature is no longer behind the `--experimental-require-module` CLI flag .
178
181
-->
179
182
183
+ > Stability: 1 - Experimental
184
+
180
185
The ` .mjs ` extension is reserved for [ ECMAScript Modules] [ ] .
181
186
See [ Determining module system] [ ] section for more info
182
187
regarding which files are parsed as ECMAScript modules.
You can’t perform that action at this time.
0 commit comments