Live data from Hacker News

ts-blank-space is a fast type-stripping compiler

bloomberg.github.io

1–10 of 49 posts

Re: ts-blank-space is a fast type-stripping compiler

#2
You'd already be using source maps in any real-world scenario so I am not sure what's the value proposition here outside of "just for fun, I guess".

The tsc transpilation to lower ES versions is actually really useful when using not-so-recent Node versions. Not to mention this severely restricts TypeScript syntax to "just types" which isn't too bad but it means you now have to worry about yet another thing.

Then there's the ESM & CJS mess. You almost always want to export in both formats which will change a lot of the syntax, so this quickly falls apart for anything serious.

Just use esbuild if you want speed.

Re: ts-blank-space is a fast type-stripping compiler

#4
post #2

You'd already be using source maps in any real-world scenario so I am not sure what's the value proposition here outside of "just for fun, I guess". The tsc transpilation to lower ES versions is actually really useful when using not-so-recent Node versions. Not to mention this severely restricts TypeScript syntax to "just types" which isn't too bad but it means you now have to worry about yet another thing. Then ther…

All of your objections are addressed in the article.

Re: ts-blank-space is a fast type-stripping compiler

#7

I am shocked to not see a reference to Taylor Swift’s hit song Blank Space anywhere in the article!

Same thought, surely it can't be a coincidence, maybe they thought it was so on the nose that it would be best to not draw attention to it.
Post reply on HN