@typescripti
iAccount based inUnited States!
About this account
- Account based in
- United States
- Connected via
- Web
! X says this location may be affected by a proxy or VPN.
Account-level information from X, not a live location or the device used for a specific post.
TypeScript is a language for application-scale JavaScript development. It's a typed superset of JavaScript that compiles to plain JavaScript.
Redmond, WA
Joined September 2012
- Tweets427
- Following49
- Followers423K
- Likes115
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!
youtube.com/watch?v=kHL3Xzjp…
Have you been using TypeScript 7?
@ahejlsberg shows off what 10x faster build & editing experiences look like with VS @code!
youtube.com/watch?v=OytpXXeN…
Read up more on our release post: devblogs.microsoft.com/types…
And check out our release thread from earlier this month!
nitter.cf/typescript/status/2074…
📣 The moment is here. 📣
TypeScript 7 is officially released! 7️⃣
devblogs.microsoft.com/types…
📣 The moment is here. 📣
TypeScript 7 is officially released! 7️⃣
devblogs.microsoft.com/types…
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`.
So what are you waiting for? Go install TypeScript 7 and try it out today!
npm install -D typescript@7
devblogs.microsoft.com/types…
TypeScript retweeted
⚡ 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/…
📣 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.