Skip to content

Commit 99dbd8b

Browse files
JLHwungaduh95
authored andcommitted
doc: remove mention of --require not supporting ES modules
PR-URL: #57620 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Ulises Gascón <[email protected]> Reviewed-By: Jordan Harband <[email protected]> Reviewed-By: Chemi Atlow <[email protected]>
1 parent 7faa482 commit 99dbd8b

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

doc/api/cli.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -2166,15 +2166,20 @@ native stack and other runtime environment data.
21662166

21672167
<!-- YAML
21682168
added: v1.6.0
2169+
changes:
2170+
- version:
2171+
- v23.0.0
2172+
- v22.12.0
2173+
- v20.19.0
2174+
pr-url: https://github.com./nodejs/node/pull/51977
2175+
description: This option also supports ECMAScript module.
21692176
-->
21702177

21712178
Preload the specified module at startup.
21722179

21732180
Follows `require()`'s module resolution
21742181
rules. `module` may be either a path to a file, or a node module name.
21752182

2176-
Only CommonJS modules are supported.
2177-
Use [`--import`][] to preload an [ECMAScript module][].
21782183
Modules preloaded with `--require` will run before modules preloaded with `--import`.
21792184

21802185
Modules are preloaded into the main thread as well as any worker threads,

0 commit comments

Comments
 (0)