runem / lit-analyzer

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

Cache previous runs #347

Open steverep opened 8 months ago

steverep commented 8 months ago

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?