TypeScript 7.0 Beta is out 🎉
It's the 10x faster Go-based port 🔥
🔷 `tsgo` vs `tsc` CLIs allow comparing
🔷 --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 “State of AI 2026” survey just opened! This is run by the same folks who do the other "State of…" surveys, like JS, CSS, and React.
The goal is to understand how web developers are using AI. So, whether you use AI or not, please take a few minutes to fill it out!
Union types in C#! devblogs.microsoft.com/dotnet/cshar...
You guys are sure this is the future of programming, right? 😕
A new NTFS driver is now part of Linux kernel 7.1, combining write support, folio conversion, iomap, and userspace utility support.
linuxiac.com/linux-kernel...
#Linux #Kernel #OpenSource
This article explains why many Bloomberg engineers choose to stay with the company for a long time.
leaddev.com/career-devel...
TypeScript 6.0 is now available!
This release brings better type-checking for methods, new standard library features, new module features for Node.js, and more!
But most important, this release brings us one step closer to the upcoming native-speed 7.0!
devblogs.microsoft.com/typescript/a...
TypeScript 6.0 beta is now published!
This release brings
- inference improvements for functions
- updates to package.json 'imports'
- the Temporal APIs
- alignments for the upcoming TypeScript 7.0
- & more!
Try it today!
devblogs.microsoft.com/typescript/a...
📮 In the first feature-length article on the Bloomberg JS Blog...
@jonkuperman.com explains:
🗺️ what are source maps
✅ how he worked with others to standardize them in TC39
✨ the new debugging features this unlocks
TypeScript 6.0 is now available! TypeScript 6 is a stepping-stone release, aligning with the upcoming native-speed 7.0 release.
C# 15 introduces union types — declare a closed set of case types with implicit conversions and exhaustive pattern matching. Try unions in preview today and see the broader exhaustiveness roadmap.
devblogs.microsoft.com
TypeScript
Take the State of AI survey
survey.devographics.com
TypeScript 7.0 Beta is here!
Built on a new native and parallelized foundation, it's already being used on multi-million line codebases.
Read up more here and try it on your projects today!
devblogs.microsoft.com/typescript/a...
Today we are absolutely thrilled to announce the release of TypeScript 7.0 Beta! If you haven’t been following TypeScript 7.0’s development, this release is significant in that it is built on a comple...
Today we are announcing the beta release of TypeScript 6.0! To get started using the beta, you can get it through npm with the following command: npm install -D typescript@beta TypeScript 6.0 is a uni...
Source maps are a vital part of modern web development, but the lack of a standard made it impossible for us to add new features or improve the debugging experience.
This is the story of how we standardized source maps and how we continue to ship features through standards 📜
🧵