Skip to content

Commit c6300e1

Browse files
GeoffreyBoothBethGriggs
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 b724eaf commit c6300e1

35 files changed

+744
-344
lines changed

Diff for: doc/api/cli.md

+2-2
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)