Skip to content

Commit cad0402

Browse files
GeoffreyBoothMylesBorins
authored andcommitted
module: loader getSource, getFormat, transform hooks
PR-URL: #30986 Reviewed-By: Guy Bedford <[email protected]> Reviewed-By: Bradley Farias <[email protected]>
1 parent 09e4182 commit cad0402

35 files changed

+744
-344
lines changed

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)