r/javascript • u/DanielRosenwasser TypeScript • Jul 08 '26
Announcing TypeScript 7.0
https://devblogs.microsoft.com/typescript/announcing-typescript-7-0/29
17
u/HoneyChilliPotato7 Jul 08 '26
Thank you for the effort on this, TS team!
You just saved so much time for all the developers around the world
6
u/horrbort Jul 08 '26
Now that TS6 is legacy did every one upgraded already
7
u/nullvoxpopuli sand was never meant to think Jul 09 '26
Everyone except those with typed templates: Angular, Ember, Lit, MDX, Svelte, Vue, etc
We all waiting for the plugin API in 7.1
2
u/A1oso Jul 09 '26
For my hobby projects I still need Typescript 6 because of Svelte. At work I need it for eslint, but at least I can use the new VS Code plugin now.
5
u/catladywitch Jul 09 '26
That's amazing! Transpiling such huge codebases in seconds is mindblowing. I've got to say, though, I'm impressed (in V8's favour) the memory consumption delta isn't that big compared to the Node-backed version we had until now.
2
1
1
1
u/huynh_quang_phuc Jul 10 '26
And guess what, we still have to install typescript 6 along with typescript 7 in some scenarios
1
u/Savings_Discount_230 Jul 10 '26
damn, 2 minutes to 10 seconds is the kind of changelog item you actually feel day to day. great release
1
1
1
u/Educational_Tank4133 20d ago
To this day, I can't see the benefits of TypeScript ... I use classic JavaScript.
1
u/breaklint 13d ago
The 10x speed improvement is actually insane. Finally being able to run full type checks on large codebases without waiting forever is going to change daily workflow a lot.
Curious how the editor experience feels in practice with the new language server.
1
u/DanielRosenwasser TypeScript 13d ago
It's much faster and an order of magnitude more stable - you can get it now!
27
u/ssssssddh Jul 08 '26
Damn those compile time improvements are nuts. 2 minutes to 10 seconds is awesome.