Skip to content

Commit f2d74a2

Browse files
aduh95targos
authored andcommitted
doc: fix history of process.features
PR-URL: #54982 Refs: aa0308d Refs: 9010f5f Refs: 52a40e0 Refs: b3ef289 Refs: #2564 Refs: #25819 Refs: #27311 Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
1 parent 0d45365 commit f2d74a2

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

doc/api/process.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -1891,7 +1891,7 @@ previous setting of `process.exitCode`.
18911891
## `process.features.cached_builtins`
18921892
18931893
<!-- YAML
1894-
added: REPLACEME
1894+
added: v12.0.0
18951895
-->
18961896
18971897
* {boolean}
@@ -1901,7 +1901,7 @@ A boolean value that is `true` if the current Node.js build is caching builtin m
19011901
## `process.features.debug`
19021902
19031903
<!-- YAML
1904-
added: REPLACEME
1904+
added: v0.5.5
19051905
-->
19061906
19071907
* {boolean}
@@ -1911,7 +1911,7 @@ A boolean value that is `true` if the current Node.js build is a debug build.
19111911
## `process.features.inspector`
19121912
19131913
<!-- YAML
1914-
added: REPLACEME
1914+
added: v11.10.0
19151915
-->
19161916
19171917
* {boolean}
@@ -1921,7 +1921,7 @@ A boolean value that is `true` if the current Node.js build includes the inspect
19211921
## `process.features.ipv6`
19221922
19231923
<!-- YAML
1924-
added: REPLACEME
1924+
added: v0.5.3
19251925
-->
19261926
19271927
* {boolean}
@@ -1931,7 +1931,7 @@ A boolean value that is `true` if the current Node.js build includes support for
19311931
## `process.features.tls`
19321932
19331933
<!-- YAML
1934-
added: REPLACEME
1934+
added: v0.5.3
19351935
-->
19361936
19371937
* {boolean}
@@ -1941,7 +1941,7 @@ A boolean value that is `true` if the current Node.js build includes support for
19411941
## `process.features.tls_alpn`
19421942
19431943
<!-- YAML
1944-
added: REPLACEME
1944+
added: v4.8.0
19451945
-->
19461946
19471947
* {boolean}
@@ -1953,7 +1953,7 @@ A boolean value that is `true` if the current Node.js build includes support for
19531953
## `process.features.tls_ocsp`
19541954
19551955
<!-- YAML
1956-
added: REPLACEME
1956+
added: v0.11.13
19571957
-->
19581958
19591959
* {boolean}
@@ -1965,7 +1965,7 @@ A boolean value that is `true` if the current Node.js build includes support for
19651965
## `process.features.tls_sni`
19661966
19671967
<!-- YAML
1968-
added: REPLACEME
1968+
added: v0.5.3
19691969
-->
19701970
19711971
* {boolean}
@@ -1977,7 +1977,7 @@ A boolean value that is `true` if the current Node.js build includes support for
19771977
## `process.features.uv`
19781978
19791979
<!-- YAML
1980-
added: REPLACEME
1980+
added: v0.5.3
19811981
-->
19821982
19831983
* {boolean}

0 commit comments

Comments
 (0)