Skip to content

Commit

Permalink
Merge pull request #16686 from rwjblue/angle-bracket-invocation
Browse files Browse the repository at this point in the history
Initial work to support angle bracket invocation.
  • Loading branch information
rwjblue authored May 25, 2018
2 parents 236dd24 + 3cda776 commit 1c0fe00
Show file tree
Hide file tree
Showing 9 changed files with 702 additions and 10 deletions.
4 changes: 4 additions & 0 deletions packages/@ember/canary-features/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export const DEFAULT_FEATURES = {
GLIMMER_CUSTOM_COMPONENT_MANAGER: null,
EMBER_TEMPLATE_BLOCK_LET_HELPER: true,
EMBER_METAL_TRACKED_PROPERTIES: null,
EMBER_GLIMMER_ANGLE_BRACKET_INVOCATION: null,
};

/**
Expand Down Expand Up @@ -81,3 +82,6 @@ export const GLIMMER_CUSTOM_COMPONENT_MANAGER = featureValue(
export const EMBER_TEMPLATE_BLOCK_LET_HELPER = featureValue(
FEATURES.EMBER_TEMPLATE_BLOCK_LET_HELPER
);
export const EMBER_GLIMMER_ANGLE_BRACKET_INVOCATION = featureValue(
FEATURES.EMBER_GLIMMER_ANGLE_BRACKET_INVOCATION
);
Loading

0 comments on commit 1c0fe00

Please sign in to comment.