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

doc: mark napi_add_finalizer experimental #24572

Closed
wants to merge 1 commit into from

Conversation

mhdawson
Copy link
Member

This was missed when the function was added. As it
is experimental in the code it should also be
experimental in the docs.

Fixes: #24509

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • documentation is changed or added
  • commit message follows commit guidelines

This was missed when the function was added. As it
is experimental in the code it should also be
experimental in the docs.

Fixes: nodejs#24509
@nodejs-github-bot nodejs-github-bot added doc Issues and PRs related to the documentations. node-api Issues and PRs related to the Node-API. labels Nov 22, 2018
@vsemozhetbyt vsemozhetbyt added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Nov 22, 2018
@vsemozhetbyt
Copy link
Contributor

Node.js Collaborators, please, add 👍 here if you approve fast-tracking.

@vsemozhetbyt vsemozhetbyt added the fast-track PRs that do not need to wait for 48 hours to land. label Nov 23, 2018
@Trott
Copy link
Member

Trott commented Nov 24, 2018

Landed in ce890a0

@Trott Trott closed this Nov 24, 2018
Trott pushed a commit to Trott/io.js that referenced this pull request Nov 24, 2018
This was missed when the function was added. As it
is experimental in the code it should also be
experimental in the docs.

Fixes: nodejs#24509
PR-URL: nodejs#24572
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
targos pushed a commit that referenced this pull request Nov 24, 2018
This was missed when the function was added. As it
is experimental in the code it should also be
experimental in the docs.

Fixes: #24509
PR-URL: #24572
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
rvagg pushed a commit that referenced this pull request Nov 28, 2018
This was missed when the function was added. As it
is experimental in the code it should also be
experimental in the docs.

Fixes: #24509
PR-URL: #24572
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
@BridgeAR BridgeAR mentioned this pull request Dec 5, 2018
4 tasks
refack pushed a commit to refack/node that referenced this pull request Jan 14, 2019
This was missed when the function was added. As it
is experimental in the code it should also be
experimental in the docs.

Fixes: nodejs#24509
PR-URL: nodejs#24572
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
BethGriggs pushed a commit that referenced this pull request Feb 11, 2019
This was missed when the function was added. As it
is experimental in the code it should also be
experimental in the docs.

Fixes: #24509
PR-URL: #24572
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
@BethGriggs BethGriggs mentioned this pull request Feb 12, 2019
rvagg pushed a commit that referenced this pull request Feb 28, 2019
This was missed when the function was added. As it
is experimental in the code it should also be
experimental in the docs.

Fixes: #24509
PR-URL: #24572
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
@mhdawson mhdawson deleted the exp-doc branch September 30, 2019 13:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
author ready PRs that have at least one approval, no pending requests for changes, and a CI started. doc Issues and PRs related to the documentations. fast-track PRs that do not need to wait for 48 hours to land. node-api Issues and PRs related to the Node-API.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

n-api: experimental napi_add_finalizer documented as stable api
8 participants