File tree Expand file tree Collapse file tree 3 files changed +215
-177
lines changed Expand file tree Collapse file tree 3 files changed +215
-177
lines changed Original file line number Diff line number Diff line change @@ -218,7 +218,7 @@ Enable experimental JSON support for the ES Module loader.
218
218
added: v9.0.0
219
219
-->
220
220
221
- Specify the ` module ` of a custom [ experimental ECMAScript Module loader] [ ] .
221
+ Specify the ` module ` of a custom experimental [ ECMAScript Module loader] [ ] .
222
222
` module ` may be either a path to a file, or an ECMAScript Module name.
223
223
224
224
### ` --experimental-modules `
@@ -1554,6 +1554,7 @@ $ node --max-old-space-size=1536 index.js
1554
1554
```
1555
1555
1556
1556
[ Chrome DevTools Protocol ] : https://chromedevtools.github.io/devtools-protocol/
1557
+ [ ECMAScript Module loader ] : esm.md#esm_loaders
1557
1558
[ REPL ] : repl.md
1558
1559
[ ScriptCoverage ] : https://chromedevtools.github.io/devtools-protocol/tot/Profiler#type-ScriptCoverage
1559
1560
[ Source Map ] : https://sourcemaps.info/spec.html
@@ -1574,7 +1575,6 @@ $ node --max-old-space-size=1536 index.js
1574
1575
[ debugger ] : debugger.md
1575
1576
[ debugging security implications ] : https://nodejs.org/en/docs/guides/debugging-getting-started/#security-implications
1576
1577
[ emit_warning ] : process.md#process_process_emitwarning_warning_type_code_ctor
1577
- [ experimental ECMAScript Module loader ] : esm.md#esm_experimental_loaders
1578
1578
[ jitless ] : https://v8.dev/blog/jitless
1579
1579
[ libuv threadpool documentation ] : https://docs.libuv.org/en/latest/threadpool.html
1580
1580
[ remote code execution ] : https://www.owasp.org/index.php/Code_Injection
You can’t perform that action at this time.
0 commit comments