runem / lit-analyzer

Monorepository for tools that analyze lit-html templates
MIT License
317 stars 36 forks source link

Fix matching of Clutz-generated types against allowed type names. #288

Closed bicknellr closed 1 year ago

bicknellr commented 1 year ago

Currently, the original name of the Clutz-generated type is being matched against the names of the allowed types. This PR updates this to match against the normalized version.