Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit cad0402

Browse filesBrowse files
GeoffreyBoothMylesBorins
authored andcommitted
module: loader getSource, getFormat, transform hooks
PR-URL: #30986 Reviewed-By: Guy Bedford <guybedford@gmail.com> Reviewed-By: Bradley Farias <bradley.meck@gmail.com>
1 parent 09e4182 commit cad0402
Copy full SHA for cad0402
Expand file treeCollapse file tree

35 files changed

+744
-344
lines changed
Open diff view settings
Collapse file

‎doc/api/cli.md‎

Copy file name to clipboardExpand all lines: doc/api/cli.md
+2-2Lines changed: 2 additions & 2 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ endpoint on `http://host:port/json/list`.
435435
added: v9.0.0
436436
-->
437437

438-
Specify the `module` of a custom [experimental ECMAScript Module][] loader.
438+
Specify the `module` of a custom [experimental ECMAScript Module loader][].
439439
`module` may be either a path to a file, or an ECMAScript Module name.
440440

441441
### `--insecure-http-parser`
@@ -1406,6 +1406,6 @@ greater than `4` (its current default value). For more information, see the
14061406
[debugger]: debugger.html
14071407
[debugging security implications]: https://nodejs.org/en/docs/guides/debugging-getting-started/#security-implications
14081408
[emit_warning]: process.html#process_process_emitwarning_warning_type_code_ctor
1409-
[experimental ECMAScript Module]: esm.html#esm_resolve_hook
1409+
[experimental ECMAScript Module loader]: esm.html#esm_experimental_loaders
14101410
[libuv threadpool documentation]: http://docs.libuv.org/en/latest/threadpool.html
14111411
[remote code execution]: https://www.owasp.org/index.php/Code_Injection

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.