File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -2003,15 +2003,18 @@ this is not set and the network interfaces are included.
2003
2003
2004
2004
<!-- YAML
2005
2005
added: v1.6.0
2006
+ changes:
2007
+ - version:
2008
+ - v20.19.0
2009
+ pr-url: https://github.com/nodejs/node/pull/51977
2010
+ description: This option also supports ECMAScript module.
2006
2011
-->
2007
2012
2008
2013
Preload the specified module at startup.
2009
2014
2010
2015
Follows ` require() ` 's module resolution
2011
2016
rules. ` module ` may be either a path to a file, or a node module name.
2012
2017
2013
- Only CommonJS modules are supported.
2014
- Use [ ` --import ` ] [ ] to preload an [ ECMAScript module] [ ] .
2015
2018
Modules preloaded with ` --require ` will run before modules preloaded with ` --import ` .
2016
2019
2017
2020
### ` --secure-heap=n `
You can’t perform that action at this time.
0 commit comments