Skip to content

Commit

Permalink
可以交互的类型内嵌提示
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongsp committed Dec 8, 2023
1 parent 0a916f7 commit 2ac9e70
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions zh/release-notes/typescript-5.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -298,3 +298,10 @@ TypeScript 5.3 现在更仔细地检查 `super` 属性访问/方法调用,以
如果是这样,我们现在将会得到一个类型检查错误。

[这个检查](https://github.com/microsoft/TypeScript/pull/54056)是由 Jack Works 开发!

## 可以交互的类型内嵌提示

TypeScript 的内嵌提示支持跳转到类型定义!
这便利在代码间跳转变得简单。

更多详情请参考[PR](https://github.com/microsoft/TypeScript/pull/55141)

0 comments on commit 2ac9e70

Please sign in to comment.