typescript-needs-types icon indicating copy to clipboard operation
typescript-needs-types copied to clipboard

Suggestion

Open cbn-falias opened this issue 4 years ago • 1 comments
trafficstars

What about those two? https://github.com/gristlabs/ts-interface-builder https://github.com/gristlabs/ts-interface-checker

cbn-falias avatar Apr 14 '21 12:04 cbn-falias

Not a great solution if you ask me. It adds a substantial amount of additional runtime code that makes the emitted JS much bigger, slower, and costs more memory. I'd prefer a solution that has almost zero runtime performance impact and only generates load when you actually access the type information.

marcj avatar Sep 03 '21 02:09 marcj