typed-ember / glint

TypeScript powered tooling for Glimmer templates
https://typed-ember.gitbook.io/glint
MIT License
109 stars 51 forks source link

Bugfixes for the beta.5 `bind-invokable` refactor #561

Closed dfreeman closed 1 year ago

dfreeman commented 1 year ago

The 1.0.0-beta.5 release of Glint introduced support for {{helper}} and {{modifier}} by way of a new bind-invokable abstraction based on the existing {{component}} implementation. As folks have kicked the tires on that refactor, a few bugs and inconsistencies have come to light:

I've run some targeted sets of tests with these changes, but will let CI tell me if other further-reaching impacts need to be accounted for somewhere in our integration/acceptance tests.