From f2d74a26a3b880c6ece7afd82157f9b22332f7da Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Tue, 17 Sep 2024 16:49:52 +0200 Subject: [PATCH] doc: fix history of `process.features` PR-URL: https://github.com/nodejs/node/pull/54982 Refs: https://github.com/nodejs/node/commit/aa0308d6182b2f7a2508373770952eefd2fdb0ac Refs: https://github.com/nodejs/node/commit/9010f5fbab2695e6c0435db396f3e92118da6d76 Refs: https://github.com/nodejs/node/commit/52a40e0fd5f59b295fe9bb74e7f14b35ca4bf96c Refs: https://github.com/nodejs/node/commit/b3ef289ffb7db476d284866658213f04415ea92d Refs: https://github.com/nodejs/node/pull/2564 Refs: https://github.com/nodejs/node/pull/25819 Refs: https://github.com/nodejs/node/pull/27311 Reviewed-By: Marco Ippolito Reviewed-By: Moshe Atlow --- doc/api/process.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/doc/api/process.md b/doc/api/process.md index 151c29091f8c20..a4f311d78c09b7 100644 --- a/doc/api/process.md +++ b/doc/api/process.md @@ -1891,7 +1891,7 @@ previous setting of `process.exitCode`. ## `process.features.cached_builtins` * {boolean} @@ -1901,7 +1901,7 @@ A boolean value that is `true` if the current Node.js build is caching builtin m ## `process.features.debug` * {boolean} @@ -1911,7 +1911,7 @@ A boolean value that is `true` if the current Node.js build is a debug build. ## `process.features.inspector` * {boolean} @@ -1921,7 +1921,7 @@ A boolean value that is `true` if the current Node.js build includes the inspect ## `process.features.ipv6` * {boolean} @@ -1931,7 +1931,7 @@ A boolean value that is `true` if the current Node.js build includes support for ## `process.features.tls` * {boolean} @@ -1941,7 +1941,7 @@ A boolean value that is `true` if the current Node.js build includes support for ## `process.features.tls_alpn` * {boolean} @@ -1953,7 +1953,7 @@ A boolean value that is `true` if the current Node.js build includes support for ## `process.features.tls_ocsp` * {boolean} @@ -1965,7 +1965,7 @@ A boolean value that is `true` if the current Node.js build includes support for ## `process.features.tls_sni` * {boolean} @@ -1977,7 +1977,7 @@ A boolean value that is `true` if the current Node.js build includes support for ## `process.features.uv` * {boolean}