Skip to content

doc: missing cli options #21230

Description

@vsemozhetbyt

In the last CLI doc, these options are missing:

--experimental-worker
--loader

But they are present in the source whitelist for NODE_OPTIONS:

node/src/node.cc

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    cliIssues and PRs related to the Node.js command-line interface.docIssues and PRs related to Node.js documentation.esmIssues and PRs related to the ECMAScript Modules implementation.workerIssues and PRs related to the worker_threads module and Worker API.

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions