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:
authorGeoffrey Booth <456802+GeoffreyBooth@users.noreply.github.com>2022-02-01 01:16:37 +0300
committerGitHub <noreply@github.com>2022-02-01 01:16:37 +0300
commit15f1a45c5f52fbf3d35389428846a5c86d684a87 (patch)
treef4c693c2ee6ce31d2d1027b7fa2970512ed3096c /doc/api/cli.md
parent0ff62b4e03fe7ab7b3022f8bf316d691e6fffb54 (diff)
module: unflag esm json modules
PR-URL: https://github.com/nodejs/node/pull/41736 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Guy Bedford <guybedford@gmail.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Bradley Farias <bradley.meck@gmail.com>
Diffstat (limited to 'doc/api/cli.md')
-rw-r--r--doc/api/cli.md8
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/api/cli.md b/doc/api/cli.md
index 76c122fc16d..694fa66181c 100644
--- a/doc/api/cli.md
+++ b/doc/api/cli.md
@@ -290,14 +290,6 @@ added:
Enable experimental `import.meta.resolve()` support.
-### `--experimental-json-modules`
-
-<!-- YAML
-added: v12.9.0
--->
-
-Enable experimental JSON support for the ES Module loader.
-
### `--experimental-loader=module`
<!-- YAML