doc: clarify V8 option stability in --v8-options docs#62373
Open
lilianakatrina684-a11y wants to merge 1 commit intonodejs:mainfrom
Open
doc: clarify V8 option stability in --v8-options docs#62373lilianakatrina684-a11y wants to merge 1 commit intonodejs:mainfrom
lilianakatrina684-a11y wants to merge 1 commit intonodejs:mainfrom
Conversation
atlowChemi
reviewed
Mar 21, 2026
| not consistent with the system configuration that the users have for some reason. | ||
|
|
||
| ### `--v8-options` | ||
| ### --v8-options |
Member
There was a problem hiding this comment.
Why were the backticks removed?
They consistently are set everywhere else
jasnell
requested changes
Mar 22, 2026
Member
jasnell
left a comment
There was a problem hiding this comment.
This is already covered in the doc: https://nodejs.org/docs/latest/api/cli.html#useful-v8-options
V8 has its own set of CLI options. Any V8 CLI option that is provided to node will be passed on to V8 to handle. V8's options have no stability guarantee. The V8 team themselves don't consider them to be part of their formal API, and reserve the right to change them at any time
|
Closing this because the existing CLI docs already cover the V8 stability note that this PR tried to add. I will avoid duplicating that wording. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
--v8-optionsdocs that V8 flags are outside Node.js stability guaranteesCloses #62341