微软近日发布了Type 7.0的首个候选版本(RC),该版本的核心变化是将编译器完全采用Go语言进行重写,从而实现了显著的性能提升。据官方介绍,新版本的类型检查速度比Type 6.0快了大约10倍。 Type作为全球使用最广泛的编程语言之一,同时也是Java生态中的重要基础设施,此次编译器的重写不仅是一次工程上的大胆尝试,也是经过深思熟虑的技术决策。Type团队产品总监Daniel Rosenwa ...
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, ...
Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with content, and download exclusive resources. Dany Lepage discusses the architectural ...
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 ...
The popular open source Babel compiler that makes modern JavaScript compatible with older environments has shipped in version 7 and, with help from Microsoft, now supports TypeScript. Babel, a ...
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 ...
The world wide web basically runs on JavaScript, HTML, and CSS. Unfortunately, JavaScript lacks several features that would help developers use it for large-scale applications. Enter TypeScript.