Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
doc: reserve allowed options
  • Loading branch information
iam-frankqiu committed Oct 27, 2021
commit 0f1cd4b07f93acea7558b1b2ad0479f0c200992a
1 change: 1 addition & 0 deletions doc/api/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -1544,6 +1544,7 @@ Node.js options that are allowed are:
* `--dns-result-order`
* `--enable-fips`
* `--enable-source-maps`
* `--experimental-abortcontroller`
* `--experimental-import-meta-resolve`
* `--experimental-json-modules`
* `--experimental-loader`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ assert(undocumented.delete('--no-node-snapshot'));
assert(undocumented.delete('--loader'));
assert(undocumented.delete('--verify-base-objects'));
assert(undocumented.delete('--no-verify-base-objects'));
assert(undocumented.delete('--experimental-abortcontroller'));

// Remove negated versions of the flags.
for (const flag of undocumented) {
Expand Down