doc: add missing type=misc top comments

PR-URL: https://github.com/nodejs/node/pull/20022
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
This commit is contained in:
Vse Mozhet Byt 2018-04-14 05:05:56 +03:00
parent 89cd74908e
commit 72dc1ae709
5 changed files with 5 additions and 0 deletions

View File

@ -1,6 +1,7 @@
# C++ Addons
<!--introduced_in=v0.10.0-->
<!-- type=misc -->
Node.js Addons are dynamically-linked shared objects, written in C++, that
can be loaded into Node.js using the [`require()`][require] function, and used

View File

@ -1,6 +1,7 @@
# Deprecated APIs
<!--introduced_in=v7.7.0-->
<!-- type=misc -->
Node.js may deprecate APIs when either: (a) use of the API is considered to be
unsafe, (b) an improved alternative API has been made available, or (c)

View File

@ -1,6 +1,7 @@
# ECMAScript Modules
<!--introduced_in=v8.5.0-->
<!-- type=misc -->
> Stability: 1 - Experimental

View File

@ -1,6 +1,7 @@
# Internationalization Support
<!--introduced_in=v8.2.0-->
<!-- type=misc -->
Node.js has many features that make it easier to write internationalized
programs. Some of them are:

View File

@ -1,6 +1,7 @@
# N-API
<!--introduced_in=v7.10.0-->
<!-- type=misc -->
> Stability: 2 - Stable