资讯

到今年12月,微软的开源编程语言 TypeScript 就要满十周岁了,这是JavaScript 的另一种带有类型系统的编程语言。 如今,TypeScript 已成为构建在浏览器中 ...
作者 | Daniel Curtis译者 | 刘雅梦策划 | 丁晓昀Oxlint,一个基于 Rust 的 JavaScript 和 TypeScript 静态检查器,作为 Oxc 工具链的一部分开发,已经发布了其第一个稳定版本。1.0 里程碑带来了快速检测、广泛的规则覆盖和迁移工具的组合,旨在使开源项目和大型企业的采用都能变得简单直接。Oxlint v1.0 提供了超过 520 ...
作为 JavaScript 的一个超集,TypeScript 在微软内部沉淀两年后,带着弥补 JavaScript 在开发大型应用中遇到的种种问题的使命,于 2012 年 10 月正式面世 ...
目前最新的 TypeScript 版本是 TypeScript 5.8,TypeScript 5.9 也即将发布。 JS 版本的代码库仍将持续开发,进入 6.x 版本系列。
Microsoft's open-source programming language TypeScript – the alter ego of JavaScript but with a type system – turns 10 years old this December. It's grown to become a go-to language for ...
TypeScript is a typed superset of JavaScript that compiles to plain JavaScript (ES3 or higher; it’s configurable). The open source TypeScript command-line compiler can be installed as a Node.js ...
Additionally, compiling TypeScript code requires time and CPU resources compared to a minimal overhead with JS. Sometimes the hassle of using TypeScript doesn’t make sense for the project.
One of the main advantages of TypeScript is a growing interest in so-called "strongly typed" languages, a term that refers to data types. C++ and Java are strongly typed languages while JavaScript ...
TypeScript has emerged as a powerful environment for authoring web applications. We'll explore using TypeScript with Node.js, MySQL, and TypeORM.
Switching from JavaScript to TypeScript at Slack has been challenging but dramatically beneficial, writes Slack desktop engineer Felix Rieseberg. InfoQ has spoken with him.