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:
authorMichael Dawson <michael_dawson@ca.ibm.com>2018-03-09 20:07:37 +0300
committerMichael Dawson <michael_dawson@ca.ibm.com>2018-03-15 00:12:58 +0300
commitcd7d7b15c1eeccfe2facdf9a671034d93b6bf467 (patch)
treeb38192f388500549afd3de9370e3a2561fbf83fc /src/node_api.h
parent040dd244de14f51b4757c25311164e36f72238c3 (diff)
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 e9b3645e404..791a8f8725d 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_