Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit be088b9

Browse filesBrowse files
lpincagibfahn
authored andcommitted
doc: add missing introduced_in comments
Add missing "introduced_in" comments for alternative version links. PR-URL: #16741 Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
1 parent ad5f2d2 commit be088b9
Copy full SHA for be088b9

File tree

Expand file treeCollapse file tree

9 files changed

+17
-4
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

9 files changed

+17
-4
lines changed
Open diff view settings
Collapse file

‎doc/api/async_hooks.md‎

Copy file name to clipboardExpand all lines: doc/api/async_hooks.md
+2Lines changed: 2 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Async Hooks
22

3+
<!--introduced_in=v8.1.0-->
4+
35
> Stability: 1 - Experimental
46
57
The `async_hooks` module provides an API to register callbacks tracking the
Collapse file

‎doc/api/deprecations.md‎

Copy file name to clipboardExpand all lines: doc/api/deprecations.md
+2Lines changed: 2 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Deprecated APIs
22

3+
<!--introduced_in=v7.7.0-->
4+
35
Node.js may deprecate APIs when either: (a) use of the API is considered to be
46
unsafe, (b) an improved alternative API has been made available, or (c)
57
breaking changes to the API are expected in a future major release.
Collapse file

‎doc/api/esm.md‎

Copy file name to clipboardExpand all lines: doc/api/esm.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ECMAScript Modules
22

3-
<!--introduced_in=v9.x.x-->
3+
<!--introduced_in=v8.5.0-->
44

55
> Stability: 1 - Experimental
66
Collapse file

‎doc/api/http2.md‎

Copy file name to clipboardExpand all lines: doc/api/http2.md
+2Lines changed: 2 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# HTTP2
22

3+
<!--introduced_in=v8.4.0-->
4+
35
> Stability: 1 - Experimental
46
57
The `http2` module provides an implementation of the [HTTP/2][] protocol. It
Collapse file

‎doc/api/inspector.md‎

Copy file name to clipboardExpand all lines: doc/api/inspector.md
+2Lines changed: 2 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Inspector
22

3+
<!--introduced_in=v8.0.0-->
4+
35
> Stability: 1 - Experimental
46
57
The `inspector` module provides an API for interacting with the V8 inspector.
Collapse file

‎doc/api/intl.md‎

Copy file name to clipboardExpand all lines: doc/api/intl.md
+2Lines changed: 2 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Internationalization Support
22

3+
<!--introduced_in=v8.2.0-->
4+
35
Node.js has many features that make it easier to write internationalized
46
programs. Some of them are:
57

Collapse file

‎doc/api/n-api.md‎

Copy file name to clipboardExpand all lines: doc/api/n-api.md
+2Lines changed: 2 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# N-API
22

3+
<!--introduced_in=v7.10.0-->
4+
35
> Stability: 1 - Experimental
46

57
N-API (pronounced N as in the letter, followed by API)
Collapse file

‎doc/api/perf_hooks.md‎

Copy file name to clipboardExpand all lines: doc/api/perf_hooks.md
+2-3Lines changed: 2 additions & 3 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Performance Timing API
2-
<!-- YAML
3-
added: v8.5.0
4-
-->
2+
3+
<!--introduced_in=v8.5.0-->
54

65
> Stability: 1 - Experimental
76
Collapse file

‎doc/api/tracing.md‎

Copy file name to clipboardExpand all lines: doc/api/tracing.md
+2Lines changed: 2 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Tracing
22

3+
<!--introduced_in=v7.7.0-->
4+
35
Trace Event provides a mechanism to centralize tracing information generated by
46
V8, Node core, and userspace code.
57

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.