thefrontside / ember-let

Create variable bindings inside your handlebars templates
MIT License
52 stars 16 forks source link

add warning to inline form for users of < 2.0 #15

Open cowboyd opened 7 years ago

cowboyd commented 7 years ago

With the inline form being implemented as an AST transform, users should never actually see a version of the let helper that gets invoked at runtime without an associated block.

We want to issue a warning that the inline form cannot be used without Ember >= 2.0