Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,5 @@

## 릴리즈 노트

* [TypeScript 3.9](pages/release notes/TypeScript 3.9.md)
* [TypeScript 3.8](pages/release notes/TypeScript 3.8.md)
2 changes: 1 addition & 1 deletion pages/release notes/TypeScript 3.9.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
## <span id="improvements-in-inference-and-promiseall" /> 추론과 `Promise.all` 개선 (Improvements in Inference and `Promise.all`)

최신 버전의 TypeScript(약 3.7)는 `Promise.all` 및 `Promise.race`와 같은 함수 선언이 업데이트되었습니다.
운이 안 좋게도, 특히 `null` 또는 `undefined`와 값을 혼합할 때, 약간의 회귀가 발생했습니다.
안타깝게도, 특히 `null` 또는 `undefined`와 값을 혼합할 때, 약간의 회귀가 발생했습니다.

```ts
interface Lion {
Expand Down