Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/contributing/adding-new-napi-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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