Show HN: ts-blank-space – fast TypeScript type-stripper
(bloomberg.github.io)22 points by tchetwin 2 months ago
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
I assume this is named (also) as reference to Taylor Swift’s “Blank Space”? If so, very clever.