Skip to content
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

Create a doc for migration #118

Closed
wants to merge 3 commits into from

Conversation

sampsongao
Copy link

Feel free to comment about things that are not covered here.

Copy link
Member

@mcollina mcollina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would add a paragraph explaining how different is ObjectWrap between NAN and node-addon-api. In NAN, JavaScript methods are defined via static C++ methods. In node-addon-api, they are defined as C++ instance methods. It is a significant difference.

@mhdawson
Copy link
Member

mhdawson commented Sep 8, 2017

@sampsongao are you going to add the paragraph requested by @mcollina ? I'm waiting on that to do a thorough review.

@sampsongao
Copy link
Author

Will do that next week. Currently busy with some other stuff.

@mhdawson
Copy link
Member

@sampsongao ping ?

@mhdawson
Copy link
Member

mhdawson commented Nov 2, 2017

@sampsongao, probably also needs to be sync'd with some of the other doc work being done.

@mhdawson
Copy link
Member

mhdawson commented Mar 2, 2018

@sampsongao are you still going to be able to update ?

@sampsongao
Copy link
Author

I don't have anything to update on my side.

@mhdawson
Copy link
Member

mhdawson commented Mar 2, 2018

@mcollina if your comments have been addressed can you review/approve?

Copy link
Member

@mcollina mcollina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Member

@mhdawson mhdawson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

mhdawson pushed a commit that referenced this pull request Mar 5, 2018
PR-URL: #118
Reviewed-By: Michael Dawson <[email protected]>
Reviewed-By: Matteo Collina <[email protected]>
@mhdawson
Copy link
Member

mhdawson commented Mar 5, 2018

Landed as 7f3ca03

@mhdawson mhdawson closed this Mar 5, 2018
kevindavies8 added a commit to kevindavies8/node-addon-api-Develop that referenced this pull request Aug 24, 2022
PR-URL: nodejs/node-addon-api#118
Reviewed-By: Michael Dawson <[email protected]>
Reviewed-By: Matteo Collina <[email protected]>
Marlyfleitas added a commit to Marlyfleitas/node-api-addon-Development that referenced this pull request Aug 26, 2022
PR-URL: nodejs/node-addon-api#118
Reviewed-By: Michael Dawson <[email protected]>
Reviewed-By: Matteo Collina <[email protected]>
wroy7860 added a commit to wroy7860/addon-api-benchmark-node that referenced this pull request Sep 19, 2022
PR-URL: nodejs/node-addon-api#118
Reviewed-By: Michael Dawson <[email protected]>
Reviewed-By: Matteo Collina <[email protected]>
johnfrench3 pushed a commit to johnfrench3/node-addon-api-git that referenced this pull request Aug 11, 2023
PR-URL: nodejs/node-addon-api#118
Reviewed-By: Michael Dawson <[email protected]>
Reviewed-By: Matteo Collina <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants