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

provide completions for element tag names #667

Open
patricklx opened this issue Jan 4, 2024 · 0 comments
Open

provide completions for element tag names #667

patricklx opened this issue Jan 4, 2024 · 0 comments

Comments

@patricklx
Copy link
Contributor

this is blocked by glimmer-vm glimmerjs/glimmer-vm#1490.

glint needs a node for the template tag name that would map to the parameter of emitElement('...').
currently the type is only string, but could be extended to Name extends string | keyof HTMLElementTagNameMap | keyof SVGElementTagNameMap

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant