We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b878191 commit ab26829Copy full SHA for ab26829
common.gypi
@@ -5,7 +5,7 @@
5
},
6
'conditions': [
7
['NAPI_VERSION!=""', { 'defines': ['NAPI_VERSION=<@(NAPI_VERSION)'] } ],
8
- ['NAPI_VERSION==2147483647', { 'defines': ['NAPI_EXPERIMENTAL'] } ],
+ ['NAPI_VERSION==2147483647', { 'defines': ['NAPI_EXPERIMENTAL', 'NODE_API_EXPERIMENTAL_NO_WARNING'] } ],
9
['disable_deprecated=="true"', {
10
'defines': ['NODE_ADDON_API_DISABLE_DEPRECATED']
11
}],
0 commit comments