typed-ember / glint

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

[Bugfix] Drop `allowPlainFunctionInvocation` flag #563

Closed dfreeman closed 1 year ago

dfreeman commented 1 year ago

This was meant to land as part of 1.0 but got lost in a stash.

Maintaining two versions of the ember-loose types—one that supports functions-as-helpers and one that doesn't—is a maintenance burden we don't want to carry moving forward, particularly as an increasing number of consumers have native support, and nearly every consumer of Glint is on a version that supports the polyfill.