Skip to content

doc: missing cli optionsΒ #21230

Closed
Closed
@vsemozhetbyt

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    cliIssues and PRs related to the Node.js command line interface.docIssues and PRs related to the documentations.esmIssues and PRs related to the ECMAScript Modules implementation.workerIssues and PRs related to Worker support.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions