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 Sep 17, 2024
1 parent a428b21 commit 421977c
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 @@ -1899,7 +1899,7 @@ previous setting of `process.exitCode`.
## `process.features.cached_builtins`
<!-- YAML
added: REPLACEME
added: v12.0.0
-->
* {boolean}
Expand All @@ -1909,7 +1909,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 @@ -1919,7 +1919,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 @@ -1929,7 +1929,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 @@ -1939,7 +1939,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 @@ -1949,7 +1949,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 @@ -1961,7 +1961,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 @@ -1973,7 +1973,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 @@ -1985,7 +1985,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 421977c

Please sign in to comment.