Skip to content

TS 4.0 labeled tuple elements 번역 #177

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 8 commits into from
Sep 7, 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-4.0.md
Co-authored-by: Seohee Park <dvlprsh103@gmail.com>
  • Loading branch information
guyeol and dvlprsh authored Sep 7, 2020
commit 8e0e4557a18e3ee86fb2114c6deec84a59420a2f
2 changes: 1 addition & 1 deletion pages/release-notes/typescript-4.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ function foo(x: [first: string, second: number]) {
}
```

전반적으로, 라벨링 된 튜플은 안전한 타입 방식으로 오버로드를 구현하는 것과 튜플과 인수 목록의 패턴을 활용할 때 편리합니다
전반적으로, 라벨링 된 튜플은 안전한 타입 방식으로 오버로드를 구현하는 것과 튜플과 인수 목록의 패턴을 활용할 때 편리합니다.
사실, TypeScript 에디터 지원은 가능한 경우 오버로드로 표시하려 합니다.

![라벨링된 튜플의 유니언을 매개변수 목록에서처럼 두 가지 시그니처로 보여주는 시그니처 도움말](https://devblogs.microsoft.com/typescript/wp-content/uploads/sites/11/2020/08/signatureHelpLabeledTuples.gif)
Expand Down