Skip to content

Commit

Permalink
[FEATURE] Enables Tracked Properties (#18186)
Browse files Browse the repository at this point in the history
[FEATURE] Enables Tracked Properties
  • Loading branch information
rwjblue authored Jul 12, 2019
2 parents 70d4b72 + 42d8229 commit b6a3ecd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/@ember/canary-features/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ export const DEFAULT_FEATURES = {
EMBER_LIBRARIES_ISREGISTERED: null,
EMBER_IMPROVED_INSTRUMENTATION: null,
EMBER_MODULE_UNIFICATION: false,
EMBER_METAL_TRACKED_PROPERTIES: null,
EMBER_METAL_TRACKED_PROPERTIES: true,
EMBER_GLIMMER_FORWARD_MODIFIERS_WITH_SPLATTRIBUTES: true,
EMBER_GLIMMER_ANGLE_BRACKET_BUILT_INS: true,
EMBER_NATIVE_DECORATOR_SUPPORT: true,
EMBER_GLIMMER_FN_HELPER: true,
EMBER_CUSTOM_COMPONENT_ARG_PROXY: null,
EMBER_CUSTOM_COMPONENT_ARG_PROXY: true,
EMBER_FRAMEWORK_OBJECT_OWNER_ARGUMENT: true,
EMBER_GLIMMER_SET_COMPONENT_TEMPLATE: null,
};
Expand Down

0 comments on commit b6a3ecd

Please sign in to comment.