米Microsoftは2月11日(現地時間)、「TypeScript 6.0」のベータ版をリリースした。「TypeScript」はさらなる高速化を図るため、「7.0」から「Go」言語で記述されたコンパイラーと言語サービスへ移行することが決定している。こうした大規模な変更を控えている ...
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 ...
TypeScriptのリードアーキテクトであるMicrosoftの Anders Hejlsberg氏は、TypeScriptのパフォーマンス改善とそれに伴う開発体験の向上のために、TypeScriptコンパイラとそのツールのネイティブ実装に取り組んでいることを発表した。これは従来のJavaScriptを基にした ...
TypeScript was once born out of necessity to compensate for JavaScript's greatest weaknesses. For years now, it has been an almost indispensable tool in web development, always slightly ahead of ...
Microsoft expects its port of the TypeScript compller, tools, and code base from JavaScript to Go will be completed by the end of 2025. Microsoft is developing a native TypeScript implementation based ...
CodeZineは、株式会社翔泳社が運営するソフトウェア開発者向けのWebメディアです。「デベロッパーの成長と課題解決に貢献するメディア」をコンセプトに、現場で役立つ最新情報を日々お届けします。
Microsoftはまだ開発中としつつ、現時点におけるパフォーマンス向上の度合いを次のとおり公開した。ほとんどのプロジェクトにおいて、ビルド時間が約10分の1に短縮されている。 プロジェクト サイズ(行数) 現在(JS) ネイティブ(Go) 高速化の度合い VS Code ...
Last week Microsoft announced a major shift in the architectural direction of its TypeScript language. Until now the TypeScript compiler, tsc, was written in TypeScript itself, compiled to JavaScript, ...