provide completions for element tag names
patricklx opened this issue · 0 comments
patricklx commented
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