Skip to content

Commit

Permalink
doc: fix history of process.features
Browse files Browse the repository at this point in the history
PR-URL: #54982
Backport-PR-URL: #56948
Refs: aa0308d
Refs: 9010f5f
Refs: 52a40e0
Refs: b3ef289
Refs: #2564
Refs: #25819
Refs: #27311
Reviewed-By: Marco Ippolito <[email protected]>
Reviewed-By: Moshe Atlow <[email protected]>
PR-URL: #54897
Refs: #54295
  • Loading branch information
aduh95 authored and marco-ippolito committed Feb 10, 2025
1 parent 7c38e50 commit 697a392
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions doc/api/process.md
Original file line number Diff line number Diff line change
Expand Up @@ -1880,7 +1880,7 @@ previous setting of `process.exitCode`.
## `process.features.cached_builtins`
<!-- YAML
added: REPLACEME
added: v12.0.0
-->
* {boolean}
Expand All @@ -1890,7 +1890,7 @@ A boolean value that is `true` if the current Node.js build is caching builtin m
## `process.features.debug`
<!-- YAML
added: REPLACEME
added: v0.5.5
-->
* {boolean}
Expand All @@ -1900,7 +1900,7 @@ A boolean value that is `true` if the current Node.js build is a debug build.
## `process.features.inspector`
<!-- YAML
added: REPLACEME
added: v11.10.0
-->
* {boolean}
Expand All @@ -1910,7 +1910,7 @@ A boolean value that is `true` if the current Node.js build includes the inspect
## `process.features.ipv6`
<!-- YAML
added: REPLACEME
added: v0.5.3
-->
* {boolean}
Expand All @@ -1920,7 +1920,7 @@ A boolean value that is `true` if the current Node.js build includes support for
## `process.features.tls`
<!-- YAML
added: REPLACEME
added: v0.5.3
-->
* {boolean}
Expand All @@ -1930,7 +1930,7 @@ A boolean value that is `true` if the current Node.js build includes support for
## `process.features.tls_alpn`
<!-- YAML
added: REPLACEME
added: v4.8.0
-->
* {boolean}
Expand All @@ -1942,7 +1942,7 @@ A boolean value that is `true` if the current Node.js build includes support for
## `process.features.tls_ocsp`
<!-- YAML
added: REPLACEME
added: v0.11.13
-->
* {boolean}
Expand All @@ -1954,7 +1954,7 @@ A boolean value that is `true` if the current Node.js build includes support for
## `process.features.tls_sni`
<!-- YAML
added: REPLACEME
added: v0.5.3
-->
* {boolean}
Expand All @@ -1966,7 +1966,7 @@ A boolean value that is `true` if the current Node.js build includes support for
## `process.features.uv`
<!-- YAML
added: REPLACEME
added: v0.5.3
-->
* {boolean}
Expand Down

0 comments on commit 697a392

Please sign in to comment.