runem / lit-analyzer

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

Test case for #181 (@property) #294

Open pmcelhaney opened 1 year ago

pmcelhaney commented 1 year ago

Adds a test case for detecting attributes declared with a @property decorator.

I was expecting this test to fail because it's not working in my code (#181). The problem must be somewhere else. Nevertheless this seems like a useful test.