Commit 2bd6a57 1 parent 80a989f commit 2bd6a57 Copy full SHA for 2bd6a57
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 @@ -1406,6 +1406,9 @@ Follows [ECMAScript module][] resolution rules.
1406
1406
Use [ ` --require ` ] [ ] to load a [ CommonJS module] [ ] .
1407
1407
Modules preloaded with ` --require ` will run before modules preloaded with ` --import ` .
1408
1408
1409
+ Modules are preloaded into the main thread as well as any worker threads,
1410
+ forked processes, or clustered processes.
1411
+
1409
1412
### ` --input-type=type `
1410
1413
1411
1414
<!-- 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