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:
parent
89cd74908e
commit
72dc1ae709
@ -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
|
||||
|
@ -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)
|
||||
|
@ -1,6 +1,7 @@
|
||||
# ECMAScript Modules
|
||||
|
||||
<!--introduced_in=v8.5.0-->
|
||||
<!-- type=misc -->
|
||||
|
||||
> Stability: 1 - Experimental
|
||||
|
||||
|
@ -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:
|
||||
|
@ -1,6 +1,7 @@
|
||||
# N-API
|
||||
|
||||
<!--introduced_in=v7.10.0-->
|
||||
<!-- type=misc -->
|
||||
|
||||
> Stability: 2 - Stable
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user