runem / lit-analyzer

Monorepository for tools that analyze lit-html templates
MIT License
314 stars 35 forks source link

Test to not report missing element type definitions when tag names which are static class properties #331

Open driesva opened 7 months ago

driesva commented 7 months ago

Test which proves no-missing-element-type-definition is not reported when the tag name is a static class property.

Requires runem/web-component-analyzer#279