Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.2k
Commit3d0b233
node-api: introduce experimental feature flags
Add a flag for each experimental feature to indicate its presence.That way, if we compile with `NAPI_EXPERIMENTAL` turned on, we'll beable to distinguish between what `NAPI_EXPERIMENTAL` used to mean on anold version of the headers when compiling against such an old version,and what it means on a new version of Node.js.PR-URL:#50991Reviewed-By: Michael Dawson <midawson@redhat.com>Reviewed-By: Vladimir Morozov <vmorozov@microsoft.com>Reviewed-By: Chengzhong Wu <legendecas@gmail.com>Backport-PR-URL:#51804(cherry picked from commit727dd28)1 parent931d02f commit3d0b233
File tree
3 files changed
+8
-0
lines changed- doc/contributing
- src
3 files changed
+8
-0
lines changedLines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
34 | 34 |
| |
35 | 35 |
| |
36 | 36 |
| |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
37 | 41 |
| |
38 | 42 |
| |
39 | 43 |
| |
|
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
100 | 100 |
| |
101 | 101 |
| |
102 | 102 |
| |
| 103 | + | |
| 104 | + | |
103 | 105 |
| |
104 | 106 |
| |
105 | 107 |
| |
|
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
93 | 93 |
| |
94 | 94 |
| |
95 | 95 |
| |
| 96 | + | |
96 | 97 |
| |
97 | 98 |
| |
98 | 99 |
| |
| |||
518 | 519 |
| |
519 | 520 |
| |
520 | 521 |
| |
| 522 | + | |
521 | 523 |
| |
522 | 524 |
| |
523 | 525 |
| |
|
0 commit comments
Comments
(0)