Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine du Hamel <duhamelantoine1995@gmail.com>2022-04-21 12:50:00 +0300
committerMichaƫl Zasso <targos@protonmail.com>2022-04-28 07:56:15 +0300
commit6225370b2eff6367f5e83f45748b3a1c451a998e (patch)
tree1c001531929d9bd0315d389d5c0b0486d9e8b493 /doc/api/cli.md
parent33ac027fdfd620c6c630cce60c92d19b03742dec (diff)
doc: fix version history for Loaders API
PR-URL: https://github.com/nodejs/node/pull/42778 Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com> Reviewed-By: Jacob Smith <jacob@frende.me> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Mestery <mestery@protonmail.com> Reviewed-By: Akhil Marsonya <akhil.marsonya27@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'doc/api/cli.md')
-rw-r--r--doc/api/cli.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/api/cli.md b/doc/api/cli.md
index 302367273db..3db570deb69 100644
--- a/doc/api/cli.md
+++ b/doc/api/cli.md
@@ -301,7 +301,12 @@ Enable experimental `import.meta.resolve()` support.
### `--experimental-loader=module`
<!-- YAML
-added: v9.0.0
+added: v8.8.0
+changes:
+ - version: v12.11.1
+ pr-url: https://github.com/nodejs/node/pull/29752
+ description: This flag was renamed from `--loader` to
+ `--experimental-loader`.
-->
Specify the `module` of a custom experimental [ECMAScript module loader][].