Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

check if template is in heritage clause #748

Merged
merged 3 commits into from
Jul 9, 2024
Merged

Conversation

patricklx
Copy link
Contributor

backport #713 to v1

class A extends X(<template></template>) {
}
@NullVoxPopuli
Copy link
Contributor

we can ignore the floating deps and TS nightly failures -- they're being addressed on main by @machty

@NullVoxPopuli NullVoxPopuli added bug Something isn't working enhancement New feature or request and removed bug Something isn't working labels Jul 5, 2024
filename: 'test.gts',
contents: stripIndent`
import Component, { hbs } from 'special/component';
export default class MyComponent extends Component(<template></template>) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is a goofy test, but the real-world use case is ember-route-template, yea?

https://github.com/discourse/ember-route-template

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ef4 ef4 merged commit 6e6c9d7 into typed-ember:v1.x Jul 9, 2024
6 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants