Today we’re excited to announce the release of TypeScript 5.6! If you’re not familiar with TypeScript, it’s a language that builds on top of JavaScript by adding syntax for types. Types describe the shapes we expect of our variables, parameters, and funct... (more…)
Read more »
JSON Schema Type Builder with Static Type Resolution for TypeScript - GitHub - sinclairzx81/typebox: JSON Schema Type Builder with Static Type Resolution for TypeScript... (more…)
Read more »
I've been making web applications for some time now and one thing that keeps annoying me is the use of magic strings for declaring and matching routes. Webapps are getting more and more complex and static typing is getting more and more traction as a too... (more…)
Read more »
Deno will stop using TypeScript after several issues like slow compilation time. (more…)
Read more »
One of the most impactful things we’ve worked on in TypeScript 5.0 isn’t a feature, a bug fix, or a data structure optimization. Instead, it’s an infrastructure change. In TypeScript 5.0, we restructured our entire codebase to use ECMAScript modules, and ... (more…)
Read more »