Skip to content

Commit 1e37eab

Browse files
legendecasRafaelGSS
authored andcommitted
node-api: reword "implementation in an alternative VM" as implementable
PR-URL: #59036Fixes: #58852 Reviewed-By: Vladimir Morozov <vmorozov@microsoft.com> Reviewed-By: Michael Dawson <midawson@redhat.com>
1 parent dab7f6b commit 1e37eab

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎doc/contributing/adding-new-napi-api.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ please follow these principles and guidelines:
3737

3838
2.**Review and approval**
3939
* A new API addition **must** be signed off by at least two Node-API team members.
40-
***Should** be implemented in at least one other VM implementation of Node.js.
40+
***Should** be implemented in terms of available VM APIs in at least one other VM implementation of Node.js.
4141

4242
3.**Experimental phase**
4343
* New APIs **must** be marked as experimental for at least one minor Node.js release before promotion.
@@ -49,4 +49,4 @@ please follow these principles and guidelines:
4949
* Approval by the Node-API team.
5050
* Availability of a down-level implementation if backporting is needed.
5151
* Usage by a published real-world module.
52-
*Implementation in an alternative VM.
52+
*Implementable in an alternative VM.

0 commit comments

Comments
 (0)