tsperf / tracer

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

better filtering #41

Open typeholes opened 1 month ago

typeholes commented 1 month ago
typeholes commented 1 month 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.