Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions doc/api/addons.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions doc/api/deprecations.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
1 change: 1 addition & 0 deletions doc/api/esm.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# ECMAScript Modules

<!--introduced_in=v8.5.0-->
<!-- type=misc -->

> Stability: 1 - Experimental

Expand Down
1 change: 1 addition & 0 deletions doc/api/intl.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
1 change: 1 addition & 0 deletions doc/api/n-api.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# N-API

<!--introduced_in=v7.10.0-->
<!-- type=misc -->

> Stability: 2 - Stable

Expand Down