tsperf / tracer

A VSCode extension to measure type complexity within a project.
https://tsperf.dev
MIT License
158 stars 4 forks source link

better filtering #41

Open typeholes opened 5 months ago

typeholes commented 5 months ago
typeholes commented 5 months ago

I'm experimenting with making the persistent storage a sqlite database which would allow filtering to be done via sql where clauses. We'd still want a user friendly UI to generate those predicates behind the scenes. We may also want to expose the clauses in an editable UI component for power users.