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.
This commit is contained in:
Bartek Iwańczuk 2024-09-03 10:07:02 +01:00 committed by GitHub
parent bf7571a6f9
commit 71e4ac774b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 2 additions and 123 deletions

View file

@ -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 {