Uh oh!
There was an error while loading. Please reload this page.
doc: clarify paramater for napi_get_cb_info - #41635
Closed
mhdawson wants to merge 1 commit into
Closed
Conversation
Collaborator
Review requested:
|
tniessen
approved these changes
Jan 21, 2022
Member
There was a problem hiding this comment.
Unless napi_values is a real type, it should not be in backticks. This document seems to use this instead:
Suggested change
| *`[out] argv`: Array of `napi_values` to which the arguments will be | |
| *`[out] argv`: Array of `napi_value`s to which the arguments will be |
Uh oh!
There was an error while loading. Please reload this page.
benjamingr
approved these changes
Jan 21, 2022
benjamingr
left a comment
Member
There was a problem hiding this comment.
LGTM with the suggestions by Anna and Tobias
NickNaso
approved these changes
Jan 22, 2022
targos
commented
Jan 24, 2022
Member
paramater -> parameter |
Refs: nodejs/help#3698 Signed-off-by: Michael Dawson <mdawson@devrus.com>
mhdawson
commented
Jan 24, 2022
MemberAuthor
squashed and fixed commit comment. |
mhdawson added a commit
that referenced
this pull request
Jan 25, 2022
Refs: nodejs/help#3698 Signed-off-by: Michael Dawson <mdawson@devrus.com> PR-URL: #41635 Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
mhdawson
commented
Jan 25, 2022
MemberAuthor
Landed in a2dead4 |
ruyadorno pushed a commit
that referenced
this pull request
Feb 8, 2022
Refs: nodejs/help#3698 Signed-off-by: Michael Dawson <mdawson@devrus.com> PR-URL: #41635 Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
danielleadams pushed a commit
that referenced
this pull request
Mar 2, 2022
Refs: nodejs/help#3698 Signed-off-by: Michael Dawson <mdawson@devrus.com> PR-URL: #41635 Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
danielleadams pushed a commit
that referenced
this pull request
Mar 3, 2022
Refs: nodejs/help#3698 Signed-off-by: Michael Dawson <mdawson@devrus.com> PR-URL: #41635 Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
danielleadams pushed a commit
that referenced
this pull request
Mar 14, 2022
Refs: nodejs/help#3698 Signed-off-by: Michael Dawson <mdawson@devrus.com> PR-URL: #41635 Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
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 freeto 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.
Refs: nodejs/help#3698
Signed-off-by: Michael Dawson mdawson@devrus.com