Skip to content

TypeScript 3.9.md bumkeyy 부분 번역 (resolve #70) #73

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
May 17, 2020
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Update pages/release notes/TypeScript 3.9.md
Co-authored-by: seoheePark <dvlprsh103@gmail.com>
  • Loading branch information
bumkeyy and dvlprsh authored May 15, 2020
commit 278a69e2ec5f73184526891609ecbd9ebd15d717
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 @@ -51,7 +51,7 @@ async function visitZoo(lionExhibit: Promise<Lion>, sealExhibit: Promise<Seal |

TypeScript 3.9는 많은 새로운 속도 향상 기능이 포함되어 있습니다.
우리 팀은 material-ui 및 스타일 구성 요소와 같은 패키지를 사용하여 편집 / 컴파일 속도가 매우 열악한 것을 확인한 후 성능에 중점을 두었습니다.
거대한 유니언, 인터섹션, 조건별 타입 그리고 매핑된 타입과 관련된 특정 병리학적 사례를 최적화하는 다양한 풀 레퀘스트로 심층 분석했습니다.
거대한 유니언, 인터섹션, 조건별 타입 그리고 매핑된 타입과 관련된 특정 병리학적 사례를 최적화하는 다양한 pull request로 심층 분석했습니다.

* https://github.com/microsoft/TypeScript/pull/36576
* https://github.com/microsoft/TypeScript/pull/36590
Expand Down