Skip to content

Commit db1f6a1

Browse files
author
suyoung.lee
committed
translate Go-to-Definition on return Keywords
1 parent d29c3c2 commit db1f6a1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/documentation/ko/release-notes/TypeScript 4.9.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -379,14 +379,14 @@ let x: Moose | HoneyBadger = foo();
379379

380380
[여기서 이 기능의 세부 사항](https://github.com/microsoft/TypeScript/pull/50931)을 볼 수 있습니다.
381381

382-
## Go-to-Definition on `return` Keywords
382+
## `return` 키워드에 대한 Go-to-Definition
383383

384-
In the editor, when running a go-to-definition on the `return` keyword, TypeScript will now jump you to the top of the corresponding function.
385-
This can be helpful to get a quick sense of which function a `return` belongs to.
384+
Typescript는 이제 편집기에서 return 키워드에 대한 go-to-definition 기능이 수행되면 해당 함수의 상단부로 이동할 수 있게 합니다.
385+
이는 `return` 이 어떤 함수에 속하는지 빠르게 파악하는 데 도움이 됩니다.
386386

387-
We expect TypeScript will expand this functionality to more keywords [such as `await` and `yield`](https://github.com/microsoft/TypeScript/issues/51223) or [`switch`, `case`, and `default`](https://github.com/microsoft/TypeScript/issues/51225).
387+
Typescript 는 이 기능을 [`await``yield`](https://github.com/microsoft/TypeScript/issues/51223) 또는 [`switch`, `case`, 그리고 `default`](https://github.com/microsoft/TypeScript/issues/51225) 같은 더 많은 키워드에도 확장할 것으로 기대합니다.
388388

389-
[This feature was implemented](https://github.com/microsoft/TypeScript/pull/51227) thanks to [Oleksandr Tarasiuk](https://github.com/a-tarasyuk).
389+
[Oleksandr Tarasiuk](https://github.com/a-tarasyuk) 덕분에 [이 기능이 구현되었습니다](https://github.com/microsoft/TypeScript/pull/51227).
390390

391391
## 성능 개선
392392

0 commit comments

Comments
 (0)