Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel Schulhof <gabriel.schulhof@intel.com>2020-03-03 03:53:06 +0300
committerBeth Griggs <Bethany.Griggs@uk.ibm.com>2020-04-06 13:39:06 +0300
commite9c590ea00ca8c6b73bf48652613730cdbcbf703 (patch)
tree18d389c9cc76729d036e89c5a0eed32b82507a2a /test/addons-napi/test_bigint
parent239377b65460d166784dce58399c6c56680a3865 (diff)
n-api: define release 6
Mark all N-APIs that have been added since version 5 as stable. PR-URL: https://github.com/nodejs/node/pull/32058 Backport-PR-URL: https://github.com/nodejs/node/pull/32488 Fixes: https://github.com/nodejs/abi-stable-node/issues/393 Co-Authored-By: legendecas <legendecas@gmail.com> Signed-off-by: Gabriel Schulhof <gabriel.schulhof@intel.com> Reviewed-By: Chengzhong Wu <legendecas@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Diffstat (limited to 'test/addons-napi/test_bigint')
-rw-r--r--test/addons-napi/test_bigint/test_bigint.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/addons-napi/test_bigint/test_bigint.c b/test/addons-napi/test_bigint/test_bigint.c
index b1e6c359db6..b7c887fa33e 100644
--- a/test/addons-napi/test_bigint/test_bigint.c
+++ b/test/addons-napi/test_bigint/test_bigint.c
@@ -1,5 +1,3 @@
-#define NAPI_EXPERIMENTAL
-
#include <inttypes.h>
#include <stdio.h>
#include <node_api.h>