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
Docs: should give a descriptive information about the process.platform property & os.platform() function #41650
Merged
nodejs-github-bot
merged 1 commit into
nodejs:master
from
twitharshil:feature/update-doc
Jan 28, 2022
Merged
Docs: should give a descriptive information about the process.platform property & os.platform() function #41650
nodejs-github-bot
merged 1 commit into
nodejs:master
from
twitharshil:feature/update-doc
Jan 28, 2022
Conversation
This file contains 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
6637a0c
to
ea5d83f
Compare
|
Welcome, @twitharshil, and thanks for the pull request. You'll need to wrap these at 80 characters for the linter to pass. |
|
@Trott Done, Thanks! :) |
aduh95
approved these changes
Jan 23, 2022
Mesteery
approved these changes
Jan 23, 2022
bnb
approved these changes
Jan 25, 2022
|
Landed in a4183b6 |
|
Thanks for the contribution |
Linkgoron
added a commit
to Linkgoron/node
that referenced
this issue
Jan 31, 2022
PR-URL: nodejs#41650 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Mestery <mestery@protonmail.com> Reviewed-By: Tierney Cyren <hello@bnb.im>
ruyadorno
added a commit
that referenced
this issue
Feb 8, 2022
PR-URL: #41650 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Mestery <mestery@protonmail.com> Reviewed-By: Tierney Cyren <hello@bnb.im>
danielleadams
added a commit
that referenced
this issue
Mar 2, 2022
PR-URL: #41650 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Mestery <mestery@protonmail.com> Reviewed-By: Tierney Cyren <hello@bnb.im>
danielleadams
added a commit
that referenced
this issue
Mar 3, 2022
PR-URL: #41650 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Mestery <mestery@protonmail.com> Reviewed-By: Tierney Cyren <hello@bnb.im>
danielleadams
added a commit
that referenced
this issue
Mar 14, 2022
PR-URL: #41650 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Mestery <mestery@protonmail.com> Reviewed-By: Tierney Cyren <hello@bnb.im>
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.
Process.platform & Os.platform() values are being set at the compile time for nodeJS Ref
We should be mentioning it clearly on the docs, as we do the same for the process.arch