From ec22d865122fe292bf060b669b58f2ec639d0536 Mon Sep 17 00:00:00 2001 From: Guy Bedford Date: Sat, 7 Sep 2024 01:37:19 +0200 Subject: [PATCH] doc: mark `--conditions` CLI flag as stable PR-URL: https://github.com/nodejs/node/pull/54209 Reviewed-By: James M Snell --- doc/api/cli.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/doc/api/cli.md b/doc/api/cli.md index 9a97ea6ff07953..86d21431cca58f 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -468,12 +468,16 @@ source node_bash_completion added: - v14.9.0 - v12.19.0 +changes: + - version: + - REPLACEME + pr-url: https://github.com/nodejs/node/pull/54209 + description: The flag is no longer experimental. --> -> Stability: 1 - Experimental +> Stability: 2 - Stable -Enable experimental support for custom [conditional exports][] resolution -conditions. +Provide custom [conditional exports][] resolution conditions. Any number of custom string condition names are permitted.