doc/contributing/adding-new-napi-api.md
Node-API is the ABI-stable API for native addons. We encourage contributions to enhance the API, while also ensuring compatibility and adherence to guidelines. When adding a new API to Node-API, please follow these principles and guidelines:
Adherence to Node-API standards
napi_status.napi_env.Maintaining VM agnosticism
Documentation
#define).Testing
Team discussion
Review and approval
Experimental phase
NODE_API_EXPERIMENTAL_HAS_<FEATURE>) for distinguishing experimental
feature existence.nodejs/node to remove experimental status, tagged as node-api and semver-minor.