runem / lit-analyzer

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

Rename `LitDefinition`'s `target` to `targets` and remove the non-array case. #282

Closed bicknellr closed 1 year ago

bicknellr commented 1 year ago

This simplifies using target slightly by not requiring a test for the non-array case.