Hacker News new | ask | show | jobs
by TekMol 1771 days ago
You cannot run TS in a browser.

You can compile it to JS or to Webassembly. But you can do that with every language.

1 comments

You can't compile TS to WASM, and there's a big difference between just stripping types from TS and transpiling Java or even something like Dart.

Way to miss the point.