Skip to content

Commit

Permalink
Add angle bracket invocation for built-ins.
Browse files Browse the repository at this point in the history
Feature flag added in emberjs/ember.js#17735.
  • Loading branch information
rwjblue committed Mar 18, 2019
1 parent adc7c2d commit 0f8ae51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ module.exports = function(environment) {
EMBER_NATIVE_DECORATOR_SUPPORT: true,
EMBER_METAL_TRACKED_PROPERTIES: true,
EMBER_GLIMMER_ANGLE_BRACKET_NESTED_LOOKUP: true,
EMBER_GLIMMER_ANGLE_BRACKET_BUILT_INS: true,
},
EXTEND_PROTOTYPES: {
// Prevent Ember Data from overriding Date.parse.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ module.exports = function(environment) {
EMBER_NATIVE_DECORATOR_SUPPORT: true,
EMBER_METAL_TRACKED_PROPERTIES: true,
EMBER_GLIMMER_ANGLE_BRACKET_NESTED_LOOKUP: true,
EMBER_GLIMMER_ANGLE_BRACKET_BUILT_INS: true,
},
EXTEND_PROTOTYPES: {
// Prevent Ember Data from overriding Date.parse.
Expand Down

0 comments on commit 0f8ae51

Please sign in to comment.