File tree 1 file changed +2
-2
lines changed
docs/documentation/ko/release-notes
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -437,7 +437,7 @@ DOM과 `lib.d.ts` 업데이트의 결과로 major break 는 일어나지 않을
437
437
438
438
` Promise.resolve ` 는 현재 이것으로 전달되는 Promise-like 타입을 멋겨내기 위해 ` Awaited ` 타입을 사용하고 있습니다.
439
439
이는 종종 더 정확한 ` Promise ` 타입을 반환하지만, 이 개선된 타입이 ` Promise ` 대신 ` any ` 또는 ` unknown ` 타입을 기대하고 있던 기존 코드를 깨버릴 수도 있습니다.
440
- 더 자세한 정보는 [ 변경 원본 ] ( https://github.com/microsoft/TypeScript/pull/33074 ) 을 참고하세요.
440
+ 더 자세한 정보는 이 [ pull request ] ( https://github.com/microsoft/TypeScript/pull/33074 ) 을 참고하세요.
441
441
442
442
### JavaScript 내보내기(Emit) 에서 더이상 Import 를 생략하지 않습니다
443
443
@@ -467,7 +467,7 @@ import { someValue, SomeClass } from "some-module";
467
467
let val = someValue;
468
468
```
469
469
470
- 더 많은 정보는 [ 구현 변경 ] ( https://github.com/microsoft/TypeScript/pull/50404 ) 을 참고하세요.
470
+ 더 많은 정보는 이 [ pull request ] ( https://github.com/microsoft/TypeScript/pull/50404 ) 을 참고하세요.
471
471
472
472
### ` exports ` 가 ` typesVersions ` 보다 우선 순위가 높습니다.
473
473
You can’t perform that action at this time.
0 commit comments