mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 02:48:24 +00:00
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:
parent
bf7571a6f9
commit
71e4ac774b
4 changed files with 2 additions and 123 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue