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

feat(features): computed feature flags are not supported #1694

Merged
merged 1 commit into from
Jan 23, 2020

Conversation

ekashida
Copy link
Member

@ekashida ekashida commented Jan 23, 2020

Details

This transform is actually applied on runtime.ts because it gets bundled with engine and synthetic-shadow and it was throwing due to an if-test against runtimeFlags[name] which was part of the process of setting flags during runtime.

This validation prevents evaluation of computed expressions.

Does this PR introduce breaking changes?

  • No, it does not introduce breaking changes.

The PR fulfills these requirements:

  • Have tests for the proposed changes been added? ✅
  • Have you followed these instructions to clearly describe the issue being fixed or feature enhanced? ✅

GUS work item

W-7094575

@ekashida ekashida merged commit f3c479d into master Jan 23, 2020
@ekashida ekashida deleted the ekashida/feature-flags-no-computed branch January 23, 2020 01:46
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

Successfully merging this pull request may close these issues.

2 participants