From 71e4ac774bc18902a0d23f29d9b18b43b19bbbf2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Tue, 3 Sep 2024 10:07:02 +0100 Subject: BREAKING(unstable): drop support for Deno.run.{clearEnv,gid,uid} (#25371) These are unstable options and the APIs is now deprecated. To limit amount of unstable flags we elected to have these APIs removed. --- runtime/lib.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'runtime/lib.rs') diff --git a/runtime/lib.rs b/runtime/lib.rs index 0b3abba3d..083acf657 100644 --- a/runtime/lib.rs +++ b/runtime/lib.rs @@ -99,10 +99,11 @@ pub static UNSTABLE_GRANULAR_FLAGS: &[UnstableGranularFlag] = &[ show_in_help: true, id: 7, }, + // TODO(bartlomieju): consider removing it UnstableGranularFlag { name: ops::process::UNSTABLE_FEATURE_NAME, help_text: "Enable unstable process APIs", - show_in_help: true, + show_in_help: false, id: 8, }, UnstableGranularFlag { -- cgit v1.2.3