From 2ac9e7022da842fce940b4e8198ef9fda5184089 Mon Sep 17 00:00:00 2001 From: zhongsp Date: Fri, 8 Dec 2023 14:57:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=AF=E4=BB=A5=E4=BA=A4=E4=BA=92=E7=9A=84?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B=E5=86=85=E5=B5=8C=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zh/release-notes/typescript-5.3.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/zh/release-notes/typescript-5.3.md b/zh/release-notes/typescript-5.3.md index 7501acae..4d81d931 100644 --- a/zh/release-notes/typescript-5.3.md +++ b/zh/release-notes/typescript-5.3.md @@ -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)。 \ No newline at end of file