Microsoft ported TypeScript's compiler from JavaScript to Go and cut build times by up to 90%. The trade-off: the ...
JavaScript applications have been seeping onto the Windows desktop for years. Originally designed for the Web, JavaScript — ...
IT之家 7 月 9 日消息,微软今日宣布推出 TypeScript 7.0 正式版,编译性能提升约 10 倍。 IT之家注:TypeScript 是由微软开发并维护的开源编程语言,它是 JavaScript 的严格语法超集,为这门动态脚本语言加入了可选的静态类型检查。 本次更新最大的亮点在于使用 Go 框架重构底层,是自 2012 年诞生以来最重大的底层重构。官方表示编译器完整迁移到 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 to the native Go language. The ...
TypeScript 7.0 ist da: Das stabile Release der Programmiersprache kompiliert mittels Go-Unterbau im Schnitt 10-mal schneller als der Vorgänger, sagt Microsoft.
微软正式推出TypeScript 7.0,这是一个基于Go语言重写的原生版本。新版本带来了原生代码执行速度、共享内存多线程支持以及多项优化,完整构建速度通常可提升8至12倍。微软表示,此次移植尽量保持了原代码库的结构与逻辑,确保两个编译器之间结果的一致性与兼容性。同时,微软发布了兼容包@typescript/typescript6,便于开发者从6.0平滑过渡至7.0。
米Microsoftは7月22日(現地時間)、「Windows App Development CLI」(winapp CLI)の最新版v0.5.0をリリースした。UI自動化の拡充、JavaScript/TypeScriptバインディングの追加などが行われている。