runem / lit-analyzer

Monorepository for tools that analyze lit-html templates

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cache previous runs

steverep opened this issue · comments

Would be nice to be able to speed up lit-analyzer runs for large code bases by using caches. Using "incremental": true in tsconfig.json seems to have no effect on lit-analyzer speed. Not sure if that is expected or a bug.

Or maybe the limitation is with Web Component Analyzer not supporting caching?