TypeScript 5.2 首个测试版本已发布!可以通过 NuGet 或通过 npm 使用以下命令获取它:
npm install -D typescript@beta
以下是 TypeScript 5.2 新增功能:
using
声明和显式资源管理 (using Declarations and Explicit Resource Management)- 装饰器元数据(Decorator Metadata)
- 命名和匿名元组元素(Named and Anonymous Tuple Elements)
- 数组并集的更简单方法 (Easier Method Usage for Unions of Arrays)
- 对象成员的逗号完成(Comma Completions for Object Members)
- 内联变量重构(Inline Variable Refactoring)
- 其他重大变更和正确性修复
更新公告:https://devblogs.microsoft.com/typescript/announcing-typescript-5-2-beta/