Commit de225f5 2 people authored and committed
1 parent a37d805 commit de225f5 Copy full SHA for de225f5
File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -1390,6 +1390,9 @@ Follows [ECMAScript module][] resolution rules.
1390
1390
Use [ ` --require ` ] [ ] to load a [ CommonJS module] [ ] .
1391
1391
Modules preloaded with ` --require ` will run before modules preloaded with ` --import ` .
1392
1392
1393
+ Modules are preloaded into the main thread as well as any worker threads,
1394
+ forked processes, or clustered processes.
1395
+
1393
1396
### ` --input-type=type `
1394
1397
1395
1398
<!-- YAML
@@ -2055,6 +2058,9 @@ Only CommonJS modules are supported.
2055
2058
Use [ ` --import ` ] [ ] to preload an [ ECMAScript module] [ ] .
2056
2059
Modules preloaded with ` --require ` will run before modules preloaded with ` --import ` .
2057
2060
2061
+ Modules are preloaded into the main thread as well as any worker threads,
2062
+ forked processes, or clustered processes.
2063
+
2058
2064
### ` --run `
2059
2065
2060
2066
<!-- YAML
You can’t perform that action at this time.
0 commit comments