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 @@ -234,7 +234,7 @@ Enable experimental JSON support for the ES Module loader.
234234added: v9.0.0
235235-->
236236
237- Specify the ` module ` of a custom [ experimental ECMAScript Module loader] [ ] .
237+ Specify the ` module ` of a custom experimental [ ECMAScript Module loader] [ ] .
238238` module ` may be either a path to a file, or an ECMAScript Module name.
239239
240240### ` --experimental-modules `
@@ -1642,6 +1642,7 @@ $ node --max-old-space-size=1536 index.js
16421642```
16431643
16441644[ Chrome DevTools Protocol ] : https://chromedevtools.github.io/devtools-protocol/
1645+ [ ECMAScript Module loader ] : esm.md#esm_loaders
16451646[ REPL ] : repl.md
16461647[ ScriptCoverage ] : https://chromedevtools.github.io/devtools-protocol/tot/Profiler#type-ScriptCoverage
16471648[ Source Map ] : https://sourcemaps.info/spec.html
@@ -1662,7 +1663,6 @@ $ node --max-old-space-size=1536 index.js
16621663[ debugger ] : debugger.md
16631664[ debugging security implications ] : https://nodejs.org/en/docs/guides/debugging-getting-started/#security-implications
16641665[ emit_warning ] : process.md#process_process_emitwarning_warning_type_code_ctor
1665- [ experimental ECMAScript Module loader ] : esm.md#esm_experimental_loaders
16661666[ jitless ] : https://v8.dev/blog/jitless
16671667[ libuv threadpool documentation ] : https://docs.libuv.org/en/latest/threadpool.html
16681668[ remote code execution ] : https://www.owasp.org/index.php/Code_Injection
You can’t perform that action at this time.
0 commit comments