runem / lit-analyzer

Monorepository for tools that analyze lit-html templates

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

herberthobregon opened this issue · comments

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

@rictic @justinfagnani Could you check this?

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