logoalt Hacker News

iainmerrickyesterday at 11:32 PM1 replyview on HN

Hmm, there's an in-progress rewrite of the TypeScript compiler in Go; is that what you mean?

I don't think that's actually out yet, and more importantly, it doesn't change anything at runtime -- your code still runs in a JS engine (V8, JSC etc).


Replies

koakuma-chantoday at 1:58 AM

npm i -D @typescript/native-preview

You can use it today.