Skip to content

Commit

Permalink
Translate 4.9 release page - Unify pr expression
Browse files Browse the repository at this point in the history
  • Loading branch information
오제관[플레이스리뷰서비스개발] committed Dec 12, 2022
1 parent 0f447d4 commit c989dfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/documentation/ko/release-notes/TypeScript 4.9.md
Expand Up @@ -437,7 +437,7 @@ DOM과 `lib.d.ts` 업데이트의 결과로 major break 는 일어나지 않을

`Promise.resolve` 는 현재 이것으로 전달되는 Promise-like 타입을 멋겨내기 위해 `Awaited` 타입을 사용하고 있습니다.
이는 종종 더 정확한 `Promise` 타입을 반환하지만, 이 개선된 타입이 `Promise` 대신 `any` 또는 `unknown` 타입을 기대하고 있던 기존 코드를 깨버릴 수도 있습니다.
더 자세한 정보는 [변경 원본](https://github.com/microsoft/TypeScript/pull/33074)을 참고하세요.
더 자세한 정보는 [pull request](https://github.com/microsoft/TypeScript/pull/33074)을 참고하세요.

### JavaScript 내보내기(Emit) 에서 더이상 Import 를 생략하지 않습니다

Expand Down Expand Up @@ -467,7 +467,7 @@ import { someValue, SomeClass } from "some-module";
let val = someValue;
```

더 많은 정보는 [구현 변경](https://github.com/microsoft/TypeScript/pull/50404)을 참고하세요.
더 많은 정보는 [pull request](https://github.com/microsoft/TypeScript/pull/50404)을 참고하세요.

### `exports``typesVersions`보다 우선 순위가 높습니다.

Expand Down

0 comments on commit c989dfb

Please sign in to comment.