Show HN: ts-blank-space – fast TypeScript type-stripper (bloomberg.github.io)
We've built a new type-stripping compiler for TypeScript source: `ts-blank-space`
It's:
* 5.6x faster than `tsc` due to zero-codegen
* Written in TypeScript
* Uses the official TypeScript parser
* Accurate/preserved source locations
* In used in production
It uses the same novel approach that inspired Node 22.6.0's `--experimental-strip-types` functionality, released last month
4 comments
[ 4.6 ms ] story [ 17.5 ms ] threadClearly you can’t eliminate the syntax checking correct?