node-api: reword "implementation in an alternative VM" as implementable · nodejs/node@1e37eab

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.