From 697a39248bb0a3ac4f2b10f40bc0e10abb048f7e 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 Backport-PR-URL: https://github.com/nodejs/node/pull/56948 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 PR-URL: https://github.com/nodejs/node/pull/54897 Refs: https://github.com/nodejs/node/pull/54295 --- 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 dfc3680956ce44..68727c2bb61a0c 100644 --- a/doc/api/process.md +++ b/doc/api/process.md @@ -1880,7 +1880,7 @@ previous setting of `process.exitCode`. ## `process.features.cached_builtins` * {boolean} @@ -1890,7 +1890,7 @@ A boolean value that is `true` if the current Node.js build is caching builtin m ## `process.features.debug` * {boolean} @@ -1900,7 +1900,7 @@ A boolean value that is `true` if the current Node.js build is a debug build. ## `process.features.inspector` * {boolean} @@ -1910,7 +1910,7 @@ A boolean value that is `true` if the current Node.js build includes the inspect ## `process.features.ipv6` * {boolean} @@ -1920,7 +1920,7 @@ A boolean value that is `true` if the current Node.js build includes support for ## `process.features.tls` * {boolean} @@ -1930,7 +1930,7 @@ A boolean value that is `true` if the current Node.js build includes support for ## `process.features.tls_alpn` * {boolean} @@ -1942,7 +1942,7 @@ A boolean value that is `true` if the current Node.js build includes support for ## `process.features.tls_ocsp` * {boolean} @@ -1954,7 +1954,7 @@ A boolean value that is `true` if the current Node.js build includes support for ## `process.features.tls_sni` * {boolean} @@ -1966,7 +1966,7 @@ A boolean value that is `true` if the current Node.js build includes support for ## `process.features.uv` * {boolean}