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 69af43e

Browse filesBrowse files
mhdawsonBridgeAR
authored andcommitted
doc: clarify N-API version Matrix
I was asked by a community member if they needed to recompile for v12.x based on the version matrix. Add additional context to help ensure it is clear that this is not the case. PR-URL: #27942 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Christopher Hiller <boneskull@boneskull.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 9ced334 commit 69af43e
Copy full SHA for 69af43e

File tree

Expand file treeCollapse file tree

1 file changed

+6
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+6
-0
lines changed
Open diff view settings
Collapse file

‎doc/api/n-api.md‎

Copy file name to clipboardExpand all lines: doc/api/n-api.md
+6Lines changed: 6 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,12 @@ available to the module code.
145145

146146
## N-API Version Matrix
147147

148+
N-API versions are additive and versioned independantly from Node.js.
149+
Version 4 is an extension to version 3 in that it has all of the APIs
150+
from version 3 with some additions. This means that you
151+
do not need to recompile for new versions of Node.js which are
152+
listed as supporting a later version.
153+
148154
| | 1 | 2 | 3 | 4 |
149155
|:-----:|:-------:|:--------:|:--------:|:--------:|
150156
| v6.x | | | v6.14.2* | |

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.