Skip to content

Commit c50f2d0

Browse files
committed
fix: satisfy lint
1 parent 3f8a6f9 commit c50f2d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zh/release-notes/typescript-5.5.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ TypeScript 的项目引用功能也是以"拓扑"依赖顺序构建项目集合
497497

498498
举个例子,如果我们有两个名为 `backend``frontend` 的项目,它们都依赖一个名为 `core` 的项目,TypeScript 在构建 `core` 并生成其声明文件之前,无法开始对 `frontend``backend` 进行类型检查。
499499

500-
![](https://devblogs.microsoft.com/typescript/wp-content/uploads/sites/11/2024/04/5-5-beta-isolated-declarations-deps.png)
500+
![beta-isolated-declarations-deps](https://devblogs.microsoft.com/typescript/wp-content/uploads/sites/11/2024/04/5-5-beta-isolated-declarations-deps.png)
501501

502502
在上面的图中,您可以看到我们有一个瓶颈。虽然我们可以并行构建 `frontend``backend`,但我们需要等待 `core` 完成构建,然后才能开始任何一个项目的构建。
503503

0 commit comments

Comments
 (0)