-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
doc: indicate the format of process.version #34872
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
I'd need to check, but I think that was intentional. |
If my recollection is correct, it may be worthwhile to have a discussion about documentation-deprecating |
Or that conversation might be made unnecessary by the change here. Maybe it's enough to direct people to the right thing. |
|
Landed in 0dae5d9 |
PR-URL: #34872 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Rich Trott <[email protected]>
PR-URL: #34872 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Rich Trott <[email protected]>
PR-URL: #34872 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Rich Trott <[email protected]>
PR-URL: #34872 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Rich Trott <[email protected]>
I needed to parse
process.versionand didn't know that it is prefixed with avuntil I inspected the value.As an aside, it seems inconsistent to me that
process.versionis prefixed with av, butprocess.versions.nodeisn't. Would it be worth opening an issue to discuss that?Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes