aboutsummaryrefslogtreecommitdiff
path: root/doc/api/cli.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/cli.md')
-rw-r--r--doc/api/cli.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/cli.md b/doc/api/cli.md
index 97edf0f4b2..164e370fff 100644
--- a/doc/api/cli.md
+++ b/doc/api/cli.md
@@ -76,7 +76,7 @@ Enable experimental ES module support and caching modules.
### `--experimental-repl-await`
<!-- YAML
-added: REPLACEME
+added: v10.0.0
-->
Enable experimental top-level `await` keyword support in REPL.
@@ -397,7 +397,7 @@ added:
- v5.0.0
- v4.2.0
changes:
- - version: REPLACEME
+ - version: v10.0.0
pr-url: https://github.com/nodejs/node/pull/19600
description: The `--require` option is now supported when checking a file.
-->