-
-
Notifications
You must be signed in to change notification settings - Fork 33.2k
Closed
Labels
cliIssues and PRs related to the Node.js command line interface.Issues and PRs related to the Node.js command line interface.docIssues and PRs related to the documentations.Issues and PRs related to the documentations.esmIssues and PRs related to the ECMAScript Modules implementation.Issues and PRs related to the ECMAScript Modules implementation.workerIssues and PRs related to Worker support.Issues and PRs related to Worker support.
Description
In the last CLI doc, these options are missing:
--experimental-worker
--loader
But they are present in the source whitelist for NODE_OPTIONS
:
Lines 3162 to 3168 in 2237a8e
"--experimental-worker", | |
"--force-fips", | |
"--icu-data-dir", | |
"--inspect", | |
"--inspect-brk", | |
"--inspect-port", | |
"--loader", |
cc @addaleax @nodejs/modules, as I am not sure how to document them.
Metadata
Metadata
Assignees
Labels
cliIssues and PRs related to the Node.js command line interface.Issues and PRs related to the Node.js command line interface.docIssues and PRs related to the documentations.Issues and PRs related to the documentations.esmIssues and PRs related to the ECMAScript Modules implementation.Issues and PRs related to the ECMAScript Modules implementation.workerIssues and PRs related to Worker support.Issues and PRs related to Worker support.