Patrick Pircher
Patrick Pircher
> what will this look like? `{{my-modifier fn}}` is how it can look like. Currently... look at you limber site :) it's a good example
@NullVoxPopuli actually, current release of inspector cannot handle latest ember... need nightly:
@chancancode @NullVoxPopuli
Would the hook need to be defined e.g. here: https://github.com/ember-modifier/ember-modifier/blob/ca6e654dd822f33e0ac82598ec33f61d835ccce1/ember-modifier/src/-private/class-based/modifier-manager.ts#L56 ? Wouldn't that mean that everyone would need to update their implementation? Or update their dependency on ember/modifier?
alright. on this: ```hbs {{#in-element}}...{{/in-element}}
this is how it would look like: It doesn't show this exact case. But maybe the idea i want to show is clearer? Elements, modifiers, in-element and components will appear...
On a side note: i actually would like to have all blocks rendered:) like, each, let, if. I also experimented with rendering helpers, but those need some other rendering concept...
@chancancode can you have another look?
@chancancode
babel template compilation plugin is not using getTemplateLocals anymore. so, maybe not needed? and just remove the whole list? basically, now, everything is a html element, except if it has...