Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Granular feature flag system #20779

Open
kt3k opened this issue Oct 4, 2023 · 2 comments
Open

Granular feature flag system #20779

kt3k opened this issue Oct 4, 2023 · 2 comments

Comments

@kt3k
Copy link
Member

kt3k commented Oct 4, 2023

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.

@kt3k
Copy link
Member Author

kt3k commented Oct 5, 2023

partially resolved in #20765

@kt3k
Copy link
Member Author

kt3k commented Oct 5, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant