Skip to content

Create a doc for migration#118

Closed
sampsongao wants to merge 3 commits into
nodejs:masterfrom
sampsongao:doc_for_migration
Closed

Create a doc for migration#118
sampsongao wants to merge 3 commits into
nodejs:masterfrom
sampsongao:doc_for_migration

Conversation

@sampsongao

Copy link
Copy Markdown

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

@mcollina mcollina left a comment

Copy link
Copy Markdown
Member

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

mhdawson commented Sep 8, 2017

Copy link
Copy Markdown
Member

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

@sampsongao

Copy link
Copy Markdown
Author

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

@mhdawson

Copy link
Copy Markdown
Member

@sampsongao ping ?

@mhdawson

mhdawson commented Nov 2, 2017

Copy link
Copy Markdown
Member

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

@mhdawson

mhdawson commented Mar 2, 2018

Copy link
Copy Markdown
Member

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

@sampsongao

Copy link
Copy Markdown
Author

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

@mhdawson

mhdawson commented Mar 2, 2018

Copy link
Copy Markdown
Member

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

@mcollina mcollina left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM

@mhdawson mhdawson left a comment

Copy link
Copy Markdown
Member

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 <michael_dawson@ca.ibm.com>
Reviewed-By: Matteo Collina <hello@matteocollina.com>
@mhdawson

mhdawson commented Mar 5, 2018

Copy link
Copy Markdown
Member

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 <michael_dawson@ca.ibm.com>
Reviewed-By: Matteo Collina <hello@matteocollina.com>
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 <michael_dawson@ca.ibm.com>
Reviewed-By: Matteo Collina <hello@matteocollina.com>
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 <michael_dawson@ca.ibm.com>
Reviewed-By: Matteo Collina <hello@matteocollina.com>
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 <michael_dawson@ca.ibm.com>
Reviewed-By: Matteo Collina <hello@matteocollina.com>
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