发布 TypeScript 5.6 RC
原文英文,约4700词,阅读约需17分钟。发表于: 。Today we are excited to announce the availability of the release candidate of TypeScript 5.6. To get started using the RC, you can get it through npm with the following command: npm install -D...
TypeScript 5.6 RC发布了多个新功能和改进,包括修复了语言服务搜索tsconfig.json文件的问题,为IteratorObject和BuiltinIterator引入了新类型,对真值和nullish表达式进行了更严格的检查,支持任意模块标识符,新增了一个编译器选项以跳过类型检查,改进了编辑器中区域优先的诊断功能,为完成项提供了更精细的提交字符,并且可以使用正则表达式排除某些自动导入建议。还有一些值得注意的行为变化,例如始终写入.tsbuildinfo文件,并从node_modules中读取文件扩展名和package.json。