Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commitab26829

Browse files
committed
chore: add define to skip experimental warning
Define NODE_API_EXPERIMENTAL_NO_WARNING in tests when NAPI_EXPERIMENTALis set.
1 parentb878191 commitab26829

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎common.gypi‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
},
66
'conditions': [
77
['NAPI_VERSION!=""', {'defines': ['NAPI_VERSION=<@(NAPI_VERSION)'] } ],
8-
['NAPI_VERSION==2147483647', {'defines': ['NAPI_EXPERIMENTAL'] } ],
8+
['NAPI_VERSION==2147483647', {'defines': ['NAPI_EXPERIMENTAL','NODE_API_EXPERIMENTAL_NO_WARNING'] } ],
99
['disable_deprecated=="true"', {
1010
'defines': ['NODE_ADDON_API_DISABLE_DEPRECATED']
1111
}],

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp