Daniel Rosenwasser, Author at TypeScript
フィード

Announcing TypeScript 7.0 Beta
Daniel Rosenwasser, Author at TypeScript
Today we are absolutely thrilled to announce the release of TypeScript 7.0 Beta! If you haven’t been following TypeScript 7.0’s development, this release is significant in that it is built on a completely new foundation. Over the past year, we have been porting the existing TypeScript codebase from TypeScript (as a bootstrapped codebase that compiles […]The post Announcing TypeScript 7.0 Beta appeared first on TypeScript.
17時間前

Announcing TypeScript 6.0
Daniel Rosenwasser, Author at TypeScript
Today we are excited to announce the availability of TypeScript 6.0! If you are not familiar with TypeScript, it’s a language that builds on JavaScript by adding syntax for types, which enables type-checking to catch errors, and provide rich editor tooling. You can learn more about TypeScript and how to get started on the TypeScript […]The post Announcing TypeScript 6.0 appeared first on TypeScript.
1ヶ月前

Announcing TypeScript 6.0 RC
Daniel Rosenwasser, Author at TypeScript
Today we are excited to announce the Release Candidate (RC) of TypeScript 6.0! To get started using the RC, you can get it through npm with the following command: npm install -D typescript@rc TypeScript 6.0 is a unique release in that we intend for it to be the last release based on the current JavaScript […]The post Announcing TypeScript 6.0 RC appeared first on TypeScript.
2ヶ月前

Announcing TypeScript 6.0 Beta
Daniel Rosenwasser, Author at TypeScript
Today we are announcing the beta release of TypeScript 6.0! To get started using the beta, you can get it through npm with the following command: npm install -D typescript@beta TypeScript 6.0 is a unique release in that we intend for it to be the last release based on the current JavaScript codebase. As announced […]The post Announcing TypeScript 6.0 Beta appeared first on TypeScript.
2ヶ月前

Progress on TypeScript 7 – December 2025
Daniel Rosenwasser, Author at TypeScript
Earlier this year, the TypeScript team announced that we’ve been porting the compiler and language service to native code to take advantage of better raw performance, memory usage, and parallelism. This effort (codenamed “Project Corsa”, and soon “TypeScript 7.0”) has been a significant undertaking, but we’ve made big strides in the past few months. We’re […]The post Progress on TypeScript 7 – December 2025 appeared first on TypeScript.
5ヶ月前

Announcing TypeScript 5.9
Daniel Rosenwasser, Author at TypeScript
Today we are excited to announce the release of TypeScript 5.9! If you’re not familiar with TypeScript, it’s a language that builds on JavaScript by adding syntax for types. With types, TypeScript makes it possible to check your code to avoid bugs ahead of time. The TypeScript type-checker does all this, and is also the […]The post Announcing TypeScript 5.9 appeared first on TypeScript.
9ヶ月前

Announcing TypeScript 5.9 RC
Daniel Rosenwasser, Author at TypeScript
Today we are excited to announce the Release Candidate (RC) of TypeScript 5.9! To get started using the Release Candidate, you can get it through npm with the following command: npm install -D typescript@rc Let’s take a look at what’s new in TypeScript 5.9! Minimal and Updated tsc --init Support for import defer Support for […]The post Announcing TypeScript 5.9 RC appeared first on TypeScript.
9ヶ月前

Announcing TypeScript 5.9 Beta
Daniel Rosenwasser, Author at TypeScript
Today we are excited to announce the availability of TypeScript 5.9 Beta. To get started using the beta, you can get it through npm with the following command: npm install -D typescript@beta Let’s take a look at what’s new in TypeScript 5.9! Minimal and Updated tsc --init Support for import defer Support for --module node20 […]The post Announcing TypeScript 5.9 Beta appeared first on TypeScript.
9ヶ月前

Announcing TypeScript Native Previews
Daniel Rosenwasser, Author at TypeScript
This past March we unveiled our efforts to port the TypeScript compiler and toolset to native code. This port has achieved a 10x speed-up on most projects – not just by using a natively-compiled language (Go), but also through using shared memory parallelism and concurrency where we can benefit. Since then, we have made several […]The post Announcing TypeScript Native Previews appeared first on TypeScript.
1年前

Announcing TypeScript 5.8
Daniel Rosenwasser, Author at TypeScript
Today we’re excited to announce the release of TypeScript 5.8! If you’re not familiar with TypeScript, it’s a language that builds on top of JavaScript by adding syntax for types. Writing types in our code allows us to explain intent and have other tools check our code to catch mistakes like typos, issues with null […]The post Announcing TypeScript 5.8 appeared first on TypeScript.
1年前