TypeScript
TypeScript is JavaScript with types and type-checking.
Compiles down to JavaScript, runs where JavaScript runs.
- It's the first Monday of 2026! Awful, we know. But have you tried out TypeScript's native previews, or do you hate when your editor and builds are faster?
- Most recent updates here devblogs.microsoft.com/typescript/p...
- And here's the VS Code extension to save you a click marketplace.visualstudio.com/items?itemNa...
- Still reading? Okay, here's the npm link too. go go go go go www.npmjs.com/package/@typ...
- We've got some updates on TypeScript 7! The new native port - can type-check any project - supports --build and --incremental - has rich editor features implemented - is still 10x faster and is ready for you to try today! devblogs.microsoft.com/typescript/p...
- Big news in this year's GitHub Octoverse report: TypeScript is now the most-used language on GitHub! We are thrilled and grateful to see the TypeScript and JavaScript community continue to grow and thrive. 🚀 Read up more at github.blog/news-insight...
- TypeScript 5.9 is now available! 📣 This release brings: ✅ An updated tsc --init ✅ Type-checking for the new 'import defer' ✅ Actual summaries in more DOM APIs ✅ Expandable quick info hovers (✨preview✨) and more! Read up more on our blog: devblogs.microsoft.com/typescript/a...
- TypeScript 5.9 RC is available to try! Let us know how it works before next week's stable release! devblogs.microsoft.com/typescript/a...
- TypeScript 5.9 Beta just went out! Try it in your project and let us know what you think: devblogs.microsoft.com/typescript/a...
- Reposted by TypeScriptSlack now runs the new Go-powered @typescriptlang.org checker in CI. Using the tool saves us over 5 minutes per run, meaning faster merges and happier developers. Huge thanks to Anders, @jakebailey.dev, and everyone else on the project for the incredible performance gains.
- Today we're announcing previews of the native port of TypeScript! These nightly previews will be available on npm and the VS Code marketplace! npm install -D @typescript/native-preview npx tsgo --version Read up more on our blog!
- Reposted by TypeScriptFinally reviving my blog! Wrote a few thousand words about one of the most notorious bugs we encountered when porting tsc to Go: accidental variable shadowing. It's a pleasure to write go/analysis passes, and I was really happy with the results of my shadow analyzer. Please enjoy the CFG diagrams!
- Starting soon! 📢 We've got a TypeScript AMA starting in just a few minutes (10am Pacific) on the TypeScript Discord! discord.gg/typescript
- Reposted by TypeScript🚨 Announcing the new @typescriptlang.org compiler: native and 10× Faster and written in @golang.org