-
-
Notifications
You must be signed in to change notification settings - Fork 37.1k
documentation of --napi-modules #20082
Copy link
Copy link
Closed
Labels
docIssues and PRs related to Node.js documentation.Issues and PRs related to Node.js documentation.node-apiIssues and PRs related to Node-API.Issues and PRs related to Node-API.
Description
Activity
Metadata
Metadata
Assignees
Labels
docIssues and PRs related to Node.js documentation.Issues and PRs related to Node.js documentation.node-apiIssues and PRs related to Node-API.Issues and PRs related to Node-API.
Looks like the documentation for
--napi-modulesdoesn't match thenode --helpoutput.node/src/node.cc
Lines 3493 to 3494 in 237aa7e
node/doc/node.1
Lines 119 to 121 in 237aa7e
node/doc/api/cli.md
Lines 134 to 140 in 237aa7e
#14902 removed the description from
cli.mdbut not fromnode.1. #19878 spotted the discrepancy between the files and added it back. I think I'd favour keeping the option listed in the docs, but with the description changed to match the--helpoutput (or similar words) -- It's definitely no longer experimental.cc @nodejs/n-api