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 02a1505 commit 3422b62Copy full SHA for 3422b62
src/js_native_api.h
@@ -21,6 +21,12 @@
21
#endif
22
23
24
+#if defined(NAPI_EXPERIMENTAL) && \
25
+ !defined(NODE_API_EXPERIMENTAL_NO_WARNING) && \
26
+ !defined(NODE_WANT_INTERNALS)
27
+#warning "NAPI_EXPERIMENTAL is enabled. Experimental features may be unstable."
28
+#endif
29
+
30
#include "js_native_api_types.h"
31
32
// If you need __declspec(dllimport), either include <node_api.h> instead, or
0 commit comments