typed-ember / glint

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

check if template is in heritage clause #713

Closed patricklx closed 3 months ago

patricklx commented 3 months ago

support

class A extends X(<template></template>) {

}

currently the template part tries to have A as backing value

NullVoxPopuli commented 3 months ago

Any chance for a test? <3

patricklx commented 3 months ago

@NullVoxPopuli added a test