Showing results for August 2019 - TypeScript

Aug 28, 2019
3
0

Announcing TypeScript 3.6

Daniel Rosenwasser
Daniel Rosenwasser

Today we're happy to announce the availability of TypeScript 3.6! For those unfamiliar, TypeScript is a language that builds on JavaScript by adding optional static types. These types can be checked by the TypeScript compiler to catch common errors in your programs (like misspelling properties and calling functions the wrong way). Tools like the...

Aug 16, 2019
0
0

Announcing TypeScript 3.6 RC

Daniel Rosenwasser
Daniel Rosenwasser

Today we're happy to announce the availability of the release candidate of TypeScript 3.6. This release candidate is intended to be fairly close to the full release, and will stabilize for the next few weeks leading up to our official release. To get started using the RC, you can get it through NuGet, or use npm with the following command...

Feedback