A new documentary about VS @code is out! 🎬🎞️🍿
Check out The Story of VS Code, the story of the editor that brought the TypeScript experience to everyone!
piped.video/watch?v=kHL3Xzjp…
We know people will still need TS 6 for API usage.
That's why there's a new `@typescript/typescript6` package that provides
- the TypeScript 6 API
- a separate `tsc6` binary
Install it side-by-side with TypeScript 7, and don't worry about conflicts with `tsc`.
⚡ Learn how the VS Code and TypeScript teams collaborated to bring TypeScript 7 to VS Code.
The result: faster builds, faster iteration, and a better day-to-day development experience.
Read more: code.visualstudio.com/blogs/…
ALT TypeScript 7 logo on a blue gradient background.
📣 TypeScript 7's Release Candidate is now out! 📣
The new native port is almost here. Try it out on your codebases, and make sure your team is ready for the upcoming 7.0 release!
devblogs.microsoft.com/types…
For teams moving gradually, `tsc` from TypeScript 7 can run side-by-side with the `tsc6` executable & API from TypeScript 6 using the new `@typescript/typescript6` package.