Skip to content

Commit 72d9f19

Browse files
committed
release: TypeScript 6.0
1 parent 65b3720 commit 72d9f19

4 files changed

Lines changed: 801 additions & 6 deletions

File tree

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414

1515
<!-- 🏮 祝所有开发者:牛年大吉!🏮 -->
1616

17-
<img src="./zh/misc/ts_logo.jpg" alt="TypeScript" width="24px" height="24px" style="vertical-align: bottom;"> [TypeScript 5.9 (202581 日)](https://devblogs.microsoft.com/typescript/announcing-typescript-5-9)
17+
<img src="./zh/misc/ts_logo.jpg" alt="TypeScript" width="24px" height="24px" style="vertical-align: bottom;"> [TypeScript 6.0 (2026323 日)](https://devblogs.microsoft.com/typescript/announcing-typescript-6-0/)
1818
|
19-
[版本发布说明](zh/release-notes/typescript-5.9.md)
19+
[版本发布说明](zh/release-notes/typescript-6.0.md)
2020

2121
:heavy_check_mark: TypeScript 语言用于大规模应用的 JavaScript 开发。 :heavy_check_mark: TypeScript 支持类型,是 JavaScript 的超集且可以编译成纯 JavaScript 代码。 :heavy_check_mark: TypeScript 兼容所有浏览器,所有宿主环境,所有操作系统。 :heavy_check_mark: TypeScript 是开源的。
2222

@@ -101,8 +101,9 @@
101101
- [架构概述](zh/wiki/architectural-overview.md)
102102
- [发展路线图](zh/wiki/roadmap.md)
103103
- [新增功能](zh/release-notes/README.md)
104-
- [TypeScript 5.7](zh/release-notes/typescript-5.9.md)
105-
- [TypeScript 5.7](zh/release-notes/typescript-5.8.md)
104+
- [TypeScript 6.0](zh/release-notes/typescript-6.0.md)
105+
- [TypeScript 5.9](zh/release-notes/typescript-5.9.md)
106+
- [TypeScript 5.8](zh/release-notes/typescript-5.8.md)
106107
- [TypeScript 5.7](zh/release-notes/typescript-5.7.md)
107108
- [TypeScript 5.6](zh/release-notes/typescript-5.6.md)
108109
- [TypeScript 5.5](zh/release-notes/typescript-5.5.md)

SUMMARY.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,9 @@
8383
# 版本发布说明(Release Notes)
8484

8585
- [新增功能](zh/release-notes/README.md)
86-
- [TypeScript 5.7](zh/release-notes/typescript-5.9.md)
87-
- [TypeScript 5.7](zh/release-notes/typescript-5.8.md)
86+
- [TypeScript 6.0](zh/release-notes/typescript-6.0.md)
87+
- [TypeScript 5.9](zh/release-notes/typescript-5.9.md)
88+
- [TypeScript 5.8](zh/release-notes/typescript-5.8.md)
8889
- [TypeScript 5.7](zh/release-notes/typescript-5.7.md)
8990
- [TypeScript 5.6](zh/release-notes/typescript-5.6.md)
9091
- [TypeScript 5.5](zh/release-notes/typescript-5.5.md)

zh/release-notes/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# 新增功能
22

3+
- [TypeScript 6.0](typescript-6.0.md)
34
- [TypeScript 5.9](typescript-5.9.md)
45
- [TypeScript 5.8](typescript-5.8.md)
56
- [TypeScript 5.7](typescript-5.7.md)

0 commit comments

Comments
 (0)