Showing category results for TypeScript

May 29, 2020
Post comments count1
Post likes count0

Changes to How We Manage DefinitelyTyped

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
Post comments count5
Post likes count0

Announcing TypeScript 3.9

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 ...

Apr 28, 2020
Post comments count1
Post likes count0

Announcing TypeScript 3.9 RC

Daniel Rosenwasser

Today we're announcing the availability of TypeScript 3.9 RC, the release candidate of TypeScript 3.9. Between now and the final release, we expect no further changes apart from critical bug fixes. To get started using the RC, you can get it through NuGet, or use npm with the following command: You can also get editor support by ...

Mar 27, 2020
Post comments count0
Post likes count0

Announcing TypeScript 3.9 Beta

Daniel Rosenwasser

Today we're announcing the availability of TypeScript 3.9 Beta! To get started using the beta, you can get it through NuGet, or use npm with the following command: You can also get editor support by For this release our team been has been focusing on performance, polish, and stability. We've been working on speeding up the co...

Feb 20, 2020
Post comments count9
Post likes count0

Announcing TypeScript 3.8

Daniel Rosenwasser

Today we're proud to release TypeScript 3.8! For those unfamiliar with TypeScript, it's a language that adds syntax for types on top of JavaScript which can be analyzed through a process called static type-checking. This type-checking can tell us about errors like typos and values that are potentially and before we even run our code. More than...

Feb 6, 2020
Post comments count3
Post likes count0

Announcing TypeScript 3.8 RC

Daniel Rosenwasser

Today we're announcing the Release Candidate for TypeScript 3.8! Between this RC and our final release, we expect no changes apart from critical bug fixes. To get started using the RC, you can get it through NuGet, or through npm with the following command: You can also get editor support by TypeScript 3.8 brings a lot of...

Jan 10, 2020
Post comments count3
Post likes count0

Announcing TypeScript 3.8 Beta

Daniel Rosenwasser

Today we're announcing the availability of TypeScript 3.8 Beta! This Beta release contains all the new features you should expect from TypeScript 3.8's final release. To get started using the beta, you can get it through NuGet, or through npm with the following command: You can also get editor support by TypeScript 3.8 brings...

Nov 5, 2019
Post comments count3
Post likes count0

Announcing TypeScript 3.7

Daniel Rosenwasser

We're thrilled to announce the release of TypeScript 3.7, a release packed with awesome new language, compiler, and tooling features. If you haven't yet heard of TypeScript, it's a language based on JavaScript that adds static type-checking along with type syntax. Static type-checking lets us know about problems with our code before we try to ru...

Oct 24, 2019
Post comments count0
Post likes count0

Announcing TypeScript 3.7 RC

Daniel Rosenwasser

We're pleased to announce TypeScript 3.7 RC, the release candidate of TypeScript 3.7. Between now and the final release, we expect no further changes except for critical bug fixes. To get started using the RC, you can get it through NuGet, or use npm with the following command: You can also get editor support by TypeScript 3....

Oct 1, 2019
Post comments count21
Post likes count0

Announcing TypeScript 3.7 Beta

Daniel Rosenwasser

We're pleased to announce TypeScript 3.7 Beta, a feature-complete version of TypeScript 3.7. Between now and the final release, we'll be fixing bugs and further improving performance and stability. To get started using the beta, you can get it through NuGet, or use npm with the following command: You can also get editor support by ...