Skip to content(if available)orjump to list(if available)

Progress on TypeScript 7 – December 2025

xiaomai

is anyone using the preview releases in neovim yet?

vivzkestrel

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

Analemma_

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.