From 8772a275134e38fd3099f574803b0a5aba879ec2 Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Wed, 12 Nov 2025 09:25:08 +0100 Subject: [PATCH] doc: add info about renamed flag in `cli.md` --- doc/api/cli.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/api/cli.md b/doc/api/cli.md index eb72e6e4b396b4..47e372f6d0a096 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -1958,7 +1958,8 @@ added: v22.6.0 changes: - version: v25.2.0 pr-url: https://github.com/nodejs/node/pull/60600 - description: Type stripping is now stable. + description: Type stripping is now stable, the flag was renamed from + `--no-experimental-strip-types` to `--no-strip-types`. - version: - v23.6.0 - v22.18.0