mirror of
https://github.com/zebrajr/node.git
synced 2025-12-06 00:20:08 +01:00
node-api: reword "implementation in an alternative VM" as implementable
PR-URL: https://github.com/nodejs/node/pull/59036 Fixes: https://github.com/nodejs/node/issues/58852 Reviewed-By: Vladimir Morozov <vmorozov@microsoft.com> Reviewed-By: Michael Dawson <midawson@redhat.com>
This commit is contained in:
parent
c7d7ec7cda
commit
7f37d39a87
|
|
@ -37,7 +37,7 @@ please follow these principles and guidelines:
|
|||
|
||||
2. **Review and approval**
|
||||
* A new API addition **must** be signed off by at least two Node-API team members.
|
||||
* **Should** be implemented in at least one other VM implementation of Node.js.
|
||||
* **Should** be implemented in terms of available VM APIs in at least one other VM implementation of Node.js.
|
||||
|
||||
3. **Experimental phase**
|
||||
* 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:
|
|||
* Approval by the Node-API team.
|
||||
* Availability of a down-level implementation if backporting is needed.
|
||||
* Usage by a published real-world module.
|
||||
* Implementation in an alternative VM.
|
||||
* Implementable in an alternative VM.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user