Known Limitations
Last updated
Last updated
Glint is not currently integrated with ember-cli-typescript
, so typechecking performed during an ember-cli
build will not take templates into account.
In addition, the must currently be maintained by hand. A few possibilities for mitigating that pain have been discussed, but ultimately the best solution will be when comes to Ember and we no longer need to reckon with runtime resolution of template entities.
In VS Code, you will see diagnostics from both TypeScript and Glint in many files, as well as false 'unused symbol' positives for things only referenced in templates. See for details on dealing with this.