Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a9c4437

Browse filesBrowse 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 <jasnell@gmail.com> Reviewed-By: Bryan English <bryan@bryanenglish.com>
1 parent 82bc68b commit a9c4437
Copy full SHA for a9c4437

File tree

Expand file treeCollapse file tree

1 file changed

+4
-9
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-9
lines changed
Open diff view settings
Collapse file

‎COLLABORATOR_GUIDE.md‎

Copy file name to clipboardExpand all lines: COLLABORATOR_GUIDE.md
+4-9Lines changed: 4 additions & 9 deletions
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.