From 753829f14a1f5aa97fe8d150a93d39562152fefc Mon Sep 17 00:00:00 2001 From: Rafael Gonzaga Date: Tue, 17 Dec 2024 17:22:52 -0300 Subject: [PATCH] doc: stabilize util.styleText MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/56265 Reviewed-By: Yagiz Nizipli Reviewed-By: Marco Ippolito Reviewed-By: Adrian Estrada Reviewed-By: Vinícius Lourenço Claro Cardoso Reviewed-By: Moshe Atlow --- doc/api/util.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/doc/api/util.md b/doc/api/util.md index cf615af87b5a6c..b51ecadc4b1ba4 100644 --- a/doc/api/util.md +++ b/doc/api/util.md @@ -1913,14 +1913,19 @@ console.log(util.stripVTControlCharacters('\u001B[4mvalue\u001B[0m')); ## `util.styleText(format, text[, options])` -> Stability: 1.1 - Active development +> Stability: 2 - Stable.