web-component-analyzer
web-component-analyzer copied to clipboard
feat: support tag names which are static class properties
- Tag name is correctly resolved if tag name is a static class property
- When "discovering" custom element definitions in
HTMLElementTagNameMap, where the tag name is a static class property, the node holding the property is resolved. As such lit-analyzer no-missing-element-type-definition rule behaves correctly
Resolves #278