Skip to content

Commit 697a392

Browse files
aduh95marco-ippolito
authored andcommitted
doc: fix history of process.features
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
1 parent 7c38e50 commit 697a392

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
@@ -1880,7 +1880,7 @@ previous setting of `process.exitCode`.
18801880
## `process.features.cached_builtins`
18811881
18821882
<!-- YAML
1883-
added: REPLACEME
1883+
added: v12.0.0
18841884
-->
18851885
18861886
* {boolean}
@@ -1890,7 +1890,7 @@ A boolean value that is `true` if the current Node.js build is caching builtin m
18901890
## `process.features.debug`
18911891
18921892
<!-- YAML
1893-
added: REPLACEME
1893+
added: v0.5.5
18941894
-->
18951895
18961896
* {boolean}
@@ -1900,7 +1900,7 @@ A boolean value that is `true` if the current Node.js build is a debug build.
19001900
## `process.features.inspector`
19011901
19021902
<!-- YAML
1903-
added: REPLACEME
1903+
added: v11.10.0
19041904
-->
19051905
19061906
* {boolean}
@@ -1910,7 +1910,7 @@ A boolean value that is `true` if the current Node.js build includes the inspect
19101910
## `process.features.ipv6`
19111911
19121912
<!-- YAML
1913-
added: REPLACEME
1913+
added: v0.5.3
19141914
-->
19151915
19161916
* {boolean}
@@ -1920,7 +1920,7 @@ A boolean value that is `true` if the current Node.js build includes support for
19201920
## `process.features.tls`
19211921
19221922
<!-- YAML
1923-
added: REPLACEME
1923+
added: v0.5.3
19241924
-->
19251925
19261926
* {boolean}
@@ -1930,7 +1930,7 @@ A boolean value that is `true` if the current Node.js build includes support for
19301930
## `process.features.tls_alpn`
19311931
19321932
<!-- YAML
1933-
added: REPLACEME
1933+
added: v4.8.0
19341934
-->
19351935
19361936
* {boolean}
@@ -1942,7 +1942,7 @@ A boolean value that is `true` if the current Node.js build includes support for
19421942
## `process.features.tls_ocsp`
19431943
19441944
<!-- YAML
1945-
added: REPLACEME
1945+
added: v0.11.13
19461946
-->
19471947
19481948
* {boolean}
@@ -1954,7 +1954,7 @@ A boolean value that is `true` if the current Node.js build includes support for
19541954
## `process.features.tls_sni`
19551955
19561956
<!-- YAML
1957-
added: REPLACEME
1957+
added: v0.5.3
19581958
-->
19591959
19601960
* {boolean}
@@ -1966,7 +1966,7 @@ A boolean value that is `true` if the current Node.js build includes support for
19661966
## `process.features.uv`
19671967
19681968
<!-- YAML
1969-
added: REPLACEME
1969+
added: v0.5.3
19701970
-->
19711971
19721972
* {boolean}

0 commit comments

Comments
 (0)