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
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]>
  • Loading branch information
aduh95 authored and targos committed Oct 4, 2024
1 parent 0d45365 commit f2d74a2
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 @@ -1891,7 +1891,7 @@ previous setting of `process.exitCode`.
## `process.features.cached_builtins`
<!-- YAML
added: REPLACEME
added: v12.0.0
-->
* {boolean}
Expand All @@ -1901,7 +1901,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 @@ -1911,7 +1911,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 @@ -1921,7 +1921,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 @@ -1931,7 +1931,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 @@ -1941,7 +1941,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 @@ -1953,7 +1953,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 @@ -1965,7 +1965,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 @@ -1977,7 +1977,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 f2d74a2

Please sign in to comment.