summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJohn-David Dalton <john.david.dalton@gmail.com>2018-03-25 11:02:49 -0700
committerJames M Snell <jasnell@gmail.com>2018-04-04 17:31:45 -0700
commit0876a0314d15129e8b29cb6e9753b886086cbfe2 (patch)
tree336f5c9e96c8cb50ee8223eaccc4b99abe8d5b7c /doc
parentae2b5bcb7c17a2d2a488f234c736201eed8200db (diff)
downloadandroid-node-v8-0876a0314d15129e8b29cb6e9753b886086cbfe2.tar.gz
android-node-v8-0876a0314d15129e8b29cb6e9753b886086cbfe2.tar.bz2
android-node-v8-0876a0314d15129e8b29cb6e9753b886086cbfe2.zip
lib: ensure --check flag works with --require
PR-URL: https://github.com/nodejs/node/pull/19600 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/cli.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/api/cli.md b/doc/api/cli.md
index 1a200b26fe..33882e3285 100644
--- a/doc/api/cli.md
+++ b/doc/api/cli.md
@@ -75,6 +75,10 @@ Identical to `-e` but prints the result.
added:
- v5.0.0
- v4.2.0
+changes:
+ - version: REPLACEME
+ pr-url: https://github.com/nodejs/node/pull/19600
+ description: The `--require` option is now supported when checking a file.
-->
Syntax check the script without executing.