18

Progress on TypeScript 7 – December 2025

is anyone using the preview releases in neovim yet?

18 minutes agoxiaomai

stupid question: why doesnt google chrome support native typescript execution on their chromium engine?

24 minutes agovivzkestrel

I'm not enough of an expert in PL theory and compilers to say for sure, but I suspect that because Typescript's syntax and semantics are all designed with type erasure in mind, there's no advantage you could get to executing it natively versus compiling to JavaScript and taking advantage of all the optimizations JS engines already have.