-
-
Notifications
You must be signed in to change notification settings - Fork 37.2k
doc: document --no-warnings=<cat1>,<cat2> #46862
Copy link
Copy link
Closed
Labels
docIssues and PRs related to Node.js documentation.Issues and PRs related to Node.js documentation.good first issueIssues that are suitable for first-time contributors.Issues that are suitable for first-time contributors.
Description
Activity
Metadata
Metadata
Assignees
Labels
docIssues and PRs related to Node.js documentation.Issues and PRs related to Node.js documentation.good first issueIssues that are suitable for first-time contributors.Issues that are suitable for first-time contributors.
Refs #30810.
Node allows suppression of e.g. experimental warnings with
--no-warnings=ExperimentalWarningbut that syntax is completely undocumented. Even the warning categories aren't documented anywhere, as far as I can tell.The way node parses flags means its inversion
--warnings=ExperimentalWarningpossibly also does something meaningful but I haven't checked.