File tree 3 files changed +215
-177
lines changed
3 files changed +215
-177
lines changed Original file line number Diff line number Diff line change @@ -234,7 +234,7 @@ Enable experimental JSON support for the ES Module loader.
234
234
added: v9.0.0
235
235
-->
236
236
237
- Specify the ` module ` of a custom [ experimental ECMAScript Module loader] [ ] .
237
+ Specify the ` module ` of a custom experimental [ ECMAScript Module loader] [ ] .
238
238
` module ` may be either a path to a file, or an ECMAScript Module name.
239
239
240
240
### ` --experimental-modules `
@@ -1642,6 +1642,7 @@ $ node --max-old-space-size=1536 index.js
1642
1642
```
1643
1643
1644
1644
[ Chrome DevTools Protocol ] : https://chromedevtools.github.io/devtools-protocol/
1645
+ [ ECMAScript Module loader ] : esm.md#esm_loaders
1645
1646
[ REPL ] : repl.md
1646
1647
[ ScriptCoverage ] : https://chromedevtools.github.io/devtools-protocol/tot/Profiler#type-ScriptCoverage
1647
1648
[ Source Map ] : https://sourcemaps.info/spec.html
@@ -1662,7 +1663,6 @@ $ node --max-old-space-size=1536 index.js
1662
1663
[ debugger ] : debugger.md
1663
1664
[ debugging security implications ] : https://nodejs.org/en/docs/guides/debugging-getting-started/#security-implications
1664
1665
[ emit_warning ] : process.md#process_process_emitwarning_warning_type_code_ctor
1665
- [ experimental ECMAScript Module loader ] : esm.md#esm_experimental_loaders
1666
1666
[ jitless ] : https://v8.dev/blog/jitless
1667
1667
[ libuv threadpool documentation ] : https://docs.libuv.org/en/latest/threadpool.html
1668
1668
[ remote code execution ] : https://www.owasp.org/index.php/Code_Injection
You can’t perform that action at this time.
0 commit comments