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!
https://t.co/VfciuHif1a
Have you been using TypeScript 7?
@ahejlsberg shows off what 10x faster build & editing experiences look like with VS @code!
https://t.co/PQNaEPZ370
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: https://t.co/6PfQokMd0c
π£ 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!
https://t.co/WBCvxYHoJX
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.