web-component-analyzer icon indicating copy to clipboard operation
web-component-analyzer copied to clipboard

feat: support tag names which are static class properties

Open driesva opened this issue 2 years ago • 0 comments

  • 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

driesva avatar Nov 24 '23 19:11 driesva