Hacker News new | ask | show | jobs
by flohofwoe 1075 days ago
Typescript is pretty much a 1:1 mapping to "modern" Javascript plus type annotations. It will only do non-trivial code transforms when compiling to an old JS version.

Of course one could argue that Javascript itself doesn't allow much control over performance.