machty / emblem.js

Emblem.js - Ember-friendly, indented syntax alternative for Handlebars.js
http://emblemjs.com
MIT License
1.04k stars 81 forks source link

Status of Ember 1.10 features in 0.5.x branch #215

Closed thec0keman closed 8 years ago

thec0keman commented 9 years ago

Will these features be included in the 0.5.x branch?

bantic commented 9 years ago

@thec0keman else if works fine: image

Block params probably need a new syntax in Emblem, right? Is there a facility for doing this in Emblem 0.4.0?

bantic commented 9 years ago

@thec0keman Oops, the else if does not work. This may also need a syntactic change to Emblem? But yes, we should support it.

thec0keman commented 9 years ago

Block params were not supported in 0.4. I only did a small amount of testing with the 0.5 branch for this, but the compiler generally was confused with things like = some-component as |content|.

mixonic commented 9 years ago

@thec0keman our goal has really been to get Emblem running as a printer, not to add new features to it. Those are definitely valid features to add, but the answer to:

Will these features be included in the 0.5.x branch?

Is:

If you build it, they will come.

:-) I'm not in favor of blocking a 0.5.1 release on this new functionality.