News

The latest TypeScript upgrade emphasizes type-only imports and exports and ECMAScript standards compliance. The release adds a new syntax for type-only imports and exports, with the intent of ...
Microsoft shipped TypeScript 5.8 with improved type checking in some scenarios, but thorny problems caused the dev team to delay related work to the next release. The plan was for TypeScript 5.8 to ...
The TypeScript compiler/transpiler tsc is written in TypeScript. TypeScript adds optional types, classes, and modules to JavaScript, and supports tools for large-scale JavaScript applications for ...
Compared to other programming languages which—with a few notable exceptions—feature nominal type systems, TypeScript features a structural one: As long as the shape of an object is equal or ...
Could JavaScript evolve to support a native type system—without needing TypeScript? A new proposal from the TypeScript team, submitted to ECMAScript’s TC39 committee, suggests exactly that. It’s ...
Payment firm Stripe had used a type system called Flow to check for JavaScript errors since 2016. The firm decided to switch to TypeScript, a programming language, after requests from its engineers.