Open kt3k opened 1 year ago
Currently all unstable features are behind the flag --unstable, but we'd like to have a system which enables more granular control on unstable features.
--unstable
partially resolved in https://github.com/denoland/deno/pull/20765
Which pattern do we want to use for env vars? DENO_UNSTABLE_KV=1 DENO_UNSTABLE_FFI=1 or DENO_UNSTABLE=kv,ffi cc @dsherret @bartlomieju @ry
DENO_UNSTABLE_KV=1 DENO_UNSTABLE_FFI=1
DENO_UNSTABLE=kv,ffi
Currently all unstable features are behind the flag
--unstable
, but we'd like to have a system which enables more granular control on unstable features.