Mark Avery
Mark Avery
No worries! This issue is the main reason this transition has taken so long with not much movement in the codebase. I don't know the best way to do this,...
@boris-petrov another annoying thing is that the ember parser expects templates to have arguments (which ends up getting added), but the lint rule fails cause it doesn't like a helper...
wasn't there an RFC about attribute components or something like that?
https://github.com/emberjs/rfcs/pull/353 yea, that hasn't been merged in yet though.. So.. hmm.. :/
ok. I'm going to give these a try.
https://astexplorer.net/#/gist/0366b1f81f1b6c2ae7e086e4709fed4c/latest This is what is looking promising.
The three parameter names will probably change, but I feel this is the best approach I have yet. It will take an amount of nontrivial migration. :/ But it seems...
so this is kind of what the syntax would be. ``` {{#each this.items as |item|}} {{/each}} ```
I'll have to check what setting this on if you can use modifiers on classic invocation style. I don't think so though. At that point you would have to just...
Yes! That was just an example of a string that gets added to the end of the class.. so special meaning