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

Support dots in glimmer component names #341

Open wmlele opened 4 years ago

wmlele commented 4 years ago

Primitive? attempt, looks ok for my purpose.

kjhangiani commented 4 years ago

the test should actually return <comp.name @value1={{foo}}/> rather than <comp.name @value1={{foo}}></comp.name> since its not used in a block context - will need to support both block and non-block contextual components

wmlele commented 4 years ago

I agree, and l believe that is the subject of #338. Unfortunately that seems to be less trivial to fix than this.