runem / lit-analyzer

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

The new lit-plugin 1.4.0 has broken all my Lit projects. #328

Closed herberthobregon closed 11 months ago

herberthobregon commented 11 months ago

They have now removed support for the only version of typescript that worked. typescript 4.7.4 does not work and typescript 5.2 does not work well either. Now it's like coding in plain text

I don't understand why such a simple example couldn't be tested before launching it into production. image

I have prepared a repository so you can try it. It is the simplest.

https://github.com/herberthobregon/lit-test

herberthobregon commented 11 months ago

@rictic @justinfagnani Could you check this?

rictic commented 11 months ago

There was a build script issue. Published v2.0.1 which should fix, apologies for the breakage!