Commit b83f9a5
build: expose napi_build_version variable
Expose `napi_build_version` to allow `node-gyp` to make it
available for building native addons.
Fixes: nodejs/node-gyp#1745
Refs: nodejs/abi-stable-node#371
PR-URL: #27835
Backport-PR-URL: #35266
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Gabriel Schulhof <gabriel.schulhof@intel.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>1 parent 2eb6273 commit b83f9a5Copy full SHA for b83f9a5
File tree
Expand file treeCollapse file tree
5 files changed
+42
-1
lines changedOpen diff view settings
Filter options
- doc/api
- src
- test/parallel
- tools
Expand file treeCollapse file tree
5 files changed
+42
-1
lines changedOpen diff view settings
Collapse file
+6Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
34 | 34 | |
35 | 35 | |
36 | 36 | |
| 37 | + |
37 | 38 | |
38 | 39 | |
39 | 40 | |
| ||
1131 | 1132 | |
1132 | 1133 | |
1133 | 1134 | |
| 1135 | + |
| 1136 | + |
| 1137 | + |
| 1138 | + |
1134 | 1139 | |
1135 | 1140 | |
1136 | 1141 | |
| ||
1603 | 1608 | |
1604 | 1609 | |
1605 | 1610 | |
| 1611 | + |
1606 | 1612 | |
1607 | 1613 | |
1608 | 1614 | |
|
Collapse file
+1Lines changed: 1 addition & 0 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
661 | 661 | |
662 | 662 | |
663 | 663 | |
| 664 | + |
664 | 665 | |
665 | 666 | |
666 | 667 | |
|
Collapse file
+6-1Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
9 | 9 | |
10 | 10 | |
11 | 11 | |
12 | | - |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
13 | 18 | |
14 | 19 | |
15 | 20 | |
|
Collapse file
test/parallel/test-process-versions.js
Copy file name to clipboardExpand all lines: test/parallel/test-process-versions.js+3Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
43 | 43 | |
44 | 44 | |
45 | 45 | |
| 46 | + |
| 47 | + |
| 48 | + |
Collapse file
tools/getnapibuildversion.py
Copy file name to clipboard+26Lines changed: 26 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
0 commit comments