Class CanaryFeatureFlags
public
Module:
@ember-data/canary-features
This is the current list of features used at build time for canary releases. If empty there are no features currently gated by feature flags.
The valid values are:
true
| The feature is enabled at all times, and cannot be disabled.false
| The feature is disabled at all times, and cannot be enabled.null
| The feature is disabled by default, but can be enabled via configuration.