Skip to content

Commit a9c4437

Browse files
Trottrvagg
authored andcommitted
doc: consolidate N-API material in Collaborator Guide
Consolidate the N-API material in the Collaborator Guide to be succinct and direct. PR-URL: #26094 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Bryan English <[email protected]>
1 parent 82bc68b commit a9c4437

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

COLLABORATOR_GUIDE.md

+4-9
Original file line numberDiff line numberDiff line change
@@ -312,15 +312,10 @@ For pull requests introducing new core modules:
312312

313313
### Additions to N-API
314314

315-
N-API provides an ABI-stable API guaranteed for future Node.js versions.
316-
Existing N-API APIs cannot change or disappear, even in semver-major releases.
317-
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)
321-
outlines the requirements and principles that we should follow when
322-
approving and landing new N-API APIs (any additions to `node_api.h` and
323-
`node_api_types.h`).
315+
N-API provides an ABI-stable API guaranteed for future Node.js versions. N-API
316+
additions call for unusual care and scrutiny. If a change adds to `node_api.h`
317+
or `node_api_types.h`, consult [the relevant
318+
guide](https://github.com/nodejs/node/blob/master/doc/guides/adding-new-napi-api.md).
324319

325320
### Deprecations
326321

0 commit comments

Comments
 (0)