Daniel Rosenwasser
@danr.bsky.social
TypeScript Product Manager and TC39 rep working on JavaScript standards. Enthusiast of compilers, dev tools, language VMs/runtimes.
I'll be at GopherCon in Seattle today and tomorrow, working the morning shift at the Microsoft booth. Come say hi! And don't miss @jakebailey.dev's talk later today
ts-ast-viewer.com now supports TypeScript 7 along with nightly builds of the typescript-go repository. It's not selected by default, but available in the dropdown.
📝 Work on Markdown files and agent feedback in one place. The new hybrid Markdown editor in the Agents window lets you edit in place, add comments for the agent to act on, and switch views with Reopen Editor With when needed.
🚀 See what your subagents are doing in real time, use built-in dictation across VS Code, and streamline docs with the hybrid Markdown editor. 🧵 Here's what's new in the latest VS Code release:
Have you been using TypeScript 7? @ahejlsberg.bsky.social shows off what 10x faster build & editing experiences look like with @vscode.dev!
TypeScript 7 Is Here (And It's 10× Faster)
YouTube video by Microsoft Developer
youtube.com
Today’s Typescript 7 daily release finally includes my contribution to support “emit” via API! Right before the weekend, so I can waste it playing around with it 😛 Thanks @andrewbran.ch tor including it! npmx.dev/package-code...
Code - typescript@7.1.0-dev.20260725.1 - npmx
Browse source code for typescript@7.1.0-dev.20260725.1
npmx.dev
📣 Claude Opus 5 is now rolling out in VS Code. Give it a try! github.blog/changelog/20...
🚀 Spend less time on approvals, review changes faster, and get more insight into your chats. 🧵 Here's what's new in the latest VS Code release:
TypeScript 7.0 is incredible. I didn't even know type checking/generation took that much time in my build. Now it's 3-4x faster. Highly recommend updating.
Am I sick or procrastinating? You decide Anyway I made the Go compiler twice as fast at compiling the TS checker package go-review.googlesource.com/c/go/+/803462
Gerrit Code Review
go-review.googlesource.com
Soo I hit the button to release TS 7 then swiftly went out of office for vacation 😅 How's it going for everyone? Hopefully speedy speedy good
Thanks to lots of work preparing and tracking the preview builds for most of the year 2026… Vanta’s upgrade to #TypeScript v7 was basically trivial! I made one small change for a change (an improvement!) to inference that landed between our last nightly mid-June, and that was it. ✅ Feels good!
This is a really big deal. For us at Vanta, the speedup was a bit less than the highest values some teams have seen (3–5×), but let me tell you: 3–5× is still a very big deal for our CI times, and the improvement to editor performance is night and day.
The 10x is real for many projects, and the speed improvements make a huge difference for teams at scale. TypeScript 7 drops time in CI, and minimizes delays in editors like VS & VS Code. That makes every part of the developer inner loop feel snappy.
TypeScript is now officially written in Go.
In case you missed it, TypeScript 7 is a complete 10x faster version of the compiler & language server. It's a full port to parallelized native code. It runs faster, uses less memory, and is more stable than ever before.
npm v12 is now generally available. npm install now makes install scripts, Git, and remote-URL dependencies opt-in by default. We're also retiring npm 2FA-bypass GAT: no account management (early Aug 2026), no direct publishing (~Jan 2027). More info at github.blog/changelog/20...
npm install-time security and GAT bypass2fa deprecation - GitHub Changelog
npm v12 is now generally available and tagged latest. This major release turns on the install-time security defaults we announced in June, and it’s also where we begin a deprecation…
github.blog
⚡ VS Code just shipped a big wave of GitHub Copilot upgrades! 🌐 Build and validate web apps with browser agent tools 🤖 Manage parallel agent workflows with the Agents window (Preview) 🎓 New VS Code Learn courses, and much more. 📖 Read the full changelog: aka.ms/VSCode/chang... Happy coding! 💙
i've actually decided to like typescript in the last year or so! good language! great even! maybe even my second favourite! go use typescript 7! go tell the typescript team they rock!
📣 The moment is here. 📣 TypeScript 7 is officially released! 7️⃣ devblogs.microsoft.com/typescript/a...
TypeScript 7.0 is officially out, and it's much faster! Up to 16x faster with increased type-checking parallelization
📣 The moment is here. 📣 TypeScript 7 is officially released! 7️⃣ devblogs.microsoft.com/typescript/a...
Really excited that this is out the door! Super proud of the work the team has done in the past year to get this complete. Excited for the future; API stuff is in full swing, more perf improvements, and more. Please give it a try!!!
📣 The moment is here. 📣 TypeScript 7 is officially released! 7️⃣ devblogs.microsoft.com/typescript/a...
TypeScript 7.0 is out 🎉 It's the 10x faster Go-based port 🔥 🔷 `tsc6` is for side-by-side API access 🔷 --checkers sets checker thread count 🔷 --singleThreaded keeps parsing/emit/checking together 🔷 TS 6.0 deprecations are hard errors 🔷 API access is planned for TS 7.1
📣 The moment is here. 📣 TypeScript 7 is officially released! 7️⃣ devblogs.microsoft.com/typescript/a...
📣 The moment is here. 📣 TypeScript 7 is officially released! 7️⃣ devblogs.microsoft.com/typescript/a...
Announcing TypeScript 7.0 - TypeScript
Today we are proud to announce the availability of TypeScript 7, a 10x faster native port of TypeScript! Since its early days, TypeScript has promised to
devblogs.microsoft.com
The 2026 State of Devs survey is now open. This survey's goal is to take the pulse of the developer community regarding things like career, workplace issues, and mental and physical health, and I think it's more important than ever right now! survey.devographics.com/en-US/survey...
State of Devs 2026
Take the State of Devs survey
survey.devographics.com
📣 Claude Sonnet 5 is now rolling out in VS Code. Give it a try! github.blog/changelog/20...
⚡ 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/2026/0...
What in the world is happening 👀 github.com/microsoft/vs...
super serious PR involving fish by justschen · Pull Request #321252 · microsoft/vscode
fish go big when feed. 🐟 What this adds Fish grow when fed — feeding a fish a pellet grows it multiplicatively (unbounded), now centered so the fish puffs up in place instead of jumping toward the...
github.com
🚀 The latest VS Code release makes model tuning and chat cost tracking easier. Adjust context size and reasoning effort from one unified model customization picker. You can also see the total cost of every chat session, so it’s easier to understand usage over time.
Many people focus on the tsgo run itself, but the development experience is so much faster too! Just gotta remember to use the tsgo LSP. For example, when I want to find all the places when a function is being used, it’s so much faster. This makes a lot of difference.
TypeScript 7.0 RC is out 🎉 It's the 10x faster Go-based port 🔥 🔷 `tsc6` is for side-by-side comparison 🔷 --checkers sets checker thread count 🔷 --singleThreaded keeps parsing/emit/checking together 🔷 TS 6.0 deprecations are hard errors 🔷 API access is planned for TS 7.1
📣 TypeScript 7's Release Candidate is now out! 📣 The new native rewrite is almost here. Try it out on your codebases, and make sure your team is ready for the upcoming 7.0 release!