作者 | Bruno Couriol译者 | 平川最近,TypeScript 团队 发布 了 TypeScript 6 的 Beta 版本。该版本是一个关键的过渡版本,而非全面的功能升级。它专注于消除技术债务和实现标准化,并为迎接 TypeScript 7 生态 做准备。TypeScript 7 将用 Go 语言重写 TypeScript 的代码,解决随着时间推移越来越严重的核心性能问题。为了..
这一次,由微软牵头,又掀起了一场关于编程语言的大战。 事情起因于 3 月 11 日,微软在官方博客上宣布了一则重大消息:TypeScript 编译器和工具链将迎来原生实现。简单来看,所谓原生实现,就是用一种更接近计算机底层的语言(如 Rust、Go 或 C++)重新实现 ...
将一个庞大的 JavaScript 代码库迁移到 TypeScript 通常不是一项简单的任务。本文详细介绍了如何在六周内成功完成这一迁移,并避免了任何生产环境中的中断。对于开发团队来说,这一过程不仅需要处理庞大的代码量和复杂的环境配置,还要确保迁移后的稳定性与 ...
Latest update brings type-checking adjustment for function expressions in generic calls, as TypeScript moves toward Go rewrite.
TypeScript 6.0 RC represents the final major release built on the current JavaScript-based compiler. The upcoming TypeScript 7.0 will use a Go-based native implementation for enhanced speed and memory ...
Microsoft has released the beta version for TypeScript 6.0, the last release with the current JavaScript codebase. From version 7.0 onwards, the compiler and the language service will be written in Go ...
A much more performant TypeScript is now available in the new Visual Studio 2026 Insiders build, capitalizing on speed gains achieved by porting the language compiler ...
TypeScript is a variant of JavaScript that provides strong type information, a powerful development tool that minimizes bugs and makes JavaScript programs easier to build in enterprise settings.
A few years ago, Bloomberg Engineering decided to adopt TypeScript as a first-class supported language. This article shares some of the insights and lessons we learned during this journey. The ...