Showing results for May 2020 - TypeScript

May 29, 2020
1
0

Changes to How We Manage DefinitelyTyped

Orta Therox
Orta Therox

For the past year, we’ve been working on tooling to protect the stability of the Definitely Typed ecosystem to the point where we can offer a more streamlined experience when contributing to DT repo – definition owners can now help merge PRs to their modules.

May 12, 2020
5
0

Announcing TypeScript 3.9

Daniel Rosenwasser
Daniel Rosenwasser

Today we're excited to announce the release of TypeScript 3.9! If you're unfamiliar with TypeScript, it's a language that builds on JavaScript by adding syntax for type declarations and annotations. This syntax can be used by the TypeScript compiler to type-check our code, and then output clean readable JavaScript that runs on lots of different ...