summaryrefslogtreecommitdiff
path: root/src/node_api.h
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.h
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.h')
-rw-r--r--src/node_api.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/node_api.h b/src/node_api.h
index e9b3645e40..791a8f8725 100644
--- a/src/node_api.h
+++ b/src/node_api.h
@@ -1,12 +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.
- *
- ******************************************************************************/
#ifndef SRC_NODE_API_H_
#define SRC_NODE_API_H_