1336 热度

Announcing TypeScript 4.0 Beta

Today we’re excited to release the beta of the next major milestone in the TypeScript programming language: TypeScript 4.0. This beta takes us on our first step into TypeScript 4.0, and while it brings a new major version, don’t fret – there are no substantially larger breaking changes than usual. Our philosophy in evolving TypeScript has always been to provide an upgrade path that minimizes disruptive breaking changes while still giving ourselves some flexibility to flag suspicious code as errors when appropriate. For this reason, we’re continuing with a similar versioning model to that of past releases, so 4.0 is just the natural continuation from TypeScript 3.9.

收录时间: 2020-06-30
分类: TypeScript
贡献者: Rector
1329 热度

TypeScript 3.9.5 发布

TypeScript 3.9.5 已发布,这是一个 bugfix 版本,修复了 type-checking, emit 和 editor scenarios 中发现的问题。 查看已修复 issue 的完整内容: fixed issues query for Typescript v3.9...

收录时间: 2020-06-08
分类: TypeScript
贡献者: Rector
1274 热度

Announcing TypeScript 3.9 RC

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

收录时间: 2020-04-30
分类: TypeScript
贡献者: Rector
1320 热度

Announcing TypeScript 3.9 Beta

Today we’re announcing the availabilty of TypeScript 3.9 Beta! For this release our team been has been focusing on performance, polish, and stability. We’ve been working on speeding up the compiler and editing experience, getting rid of friction and papercuts, and reducing bugs and crashes. We’ve also received a number of useful and much-appreciated features and fixes from the external community!

收录时间: 2020-03-31
分类: TypeScript
贡献者: Rector
1423 热度

Announcing TypeScript 3.8

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 null and undefined before we even run our code. More than just that, that same type analysis can be used to provide a solid editing experience for both TypeScript and JavaScript...

收录时间: 2020-02-25
分类: TypeScript
贡献者: Rector
1258 热度

Announcing TypeScript 3.8 RC

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.

收录时间: 2020-02-11
分类: TypeScript
贡献者: Rector
AD 友情赞助
1409 热度

TypeScript 3.8 RC 发布

TypeScript 3.8 的候选版本发布了。TypeScript 3.8 带来了许多新特性,包括新的 ECMAScript 标准功能,仅用于导入/导出类型的新语法等等。 仅类型导入和导出 TypeScript 3.8 为仅类型的导入和...

收录时间: 2020-02-10
分类: TypeScript
贡献者: Rector
1391 热度

Announcing TypeScript 3.8 Beta

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

收录时间: 2020-01-15
分类: TypeScript
贡献者: Rector