summaryrefslogtreecommitdiff
path: root/src/node_api.cc
diff options
context:
space:
mode:
authorMichael Dawson <michael_dawson@ca.ibm.com>2018-03-09 12:07:37 -0500
committerMichael Dawson <michael_dawson@ca.ibm.com>2018-03-14 17:12:58 -0400
commitcd7d7b15c1eeccfe2facdf9a671034d93b6bf467 (patch)
treeb38192f388500549afd3de9370e3a2561fbf83fc /src/node_api.cc
parent040dd244de14f51b4757c25311164e36f72238c3 (diff)
downloadandroid-node-v8-cd7d7b15c1eeccfe2facdf9a671034d93b6bf467.tar.gz
android-node-v8-cd7d7b15c1eeccfe2facdf9a671034d93b6bf467.tar.bz2
android-node-v8-cd7d7b15c1eeccfe2facdf9a671034d93b6bf467.zip
n-api: take n-api out of experimental
Take n-api out of experimental as per: https://github.com/nodejs/TSC/issues/501 PR-URL: https://github.com/nodejs/node/pull/19262 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
Diffstat (limited to 'src/node_api.cc')
-rw-r--r--src/node_api.cc10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/node_api.cc b/src/node_api.cc
index 63ce1d8e86..bb027822f1 100644
--- a/src/node_api.cc
+++ b/src/node_api.cc
@@ -1,13 +1,3 @@
-/******************************************************************************
- * Experimental prototype for demonstrating VM agnostic and ABI stable API
- * for native modules to use instead of using Nan and V8 APIs directly.
- *
- * The current status is "Experimental" and should not be used for
- * production applications. The API is still subject to change
- * and as an experimental feature is NOT subject to semver.
- *
- ******************************************************************************/
-
#include <node_buffer.h>
#include <node_object_wrap.h>
#include <limits.h> // INT_MAX