Y
Hacker News
new
|
ask
|
show
|
jobs
by
nlitened
1601 days ago
I think it shows a lot of potential to turn TypeScript to what C++ has become.
1 comments
webstrand
1600 days ago
Unlikely, types intentionally cannot affect the emitted JavaScript. You can always get raw JavaScript from TypeScript code by blindly erasing the type annotations (and transforming a few special syntaxes).
link