We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44fc2f6 commit 4a254a6Copy full SHA for 4a254a6
COLLABORATOR_GUIDE.md
@@ -312,9 +312,9 @@ For pull requests introducing new core modules:
312
313
### Additions to N-API
314
315
-N-API provides an ABI stable API that we will have to support in future
316
-versions without the usual option to modify or remove existing APIs on
317
-SemVer boundaries. Therefore, additions need to be managed carefully.
+N-API provides an ABI-stable API guaranteed for future Node.js versions.
+Existing N-API APIs cannot change or disappear, even in semver-major releases.
+Thus, N-API additions call for unusual care and scrutiny.
318
319
This
320
[guide](https://github.com/nodejs/node/blob/master/doc/guides/adding-new-napi-api.md)
0 commit comments