Skip to content

Commit dfdd587

Browse files
committed
Translate 4.9 release page - exports is prioritized over typesVersions part
1 parent 7f384de commit dfdd587

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -469,10 +469,10 @@ let val = someValue;
469469

470470
더 많은 정보는 [implementing change](https://github.com/microsoft/TypeScript/pull/50404)을 참고하세요.
471471

472-
### `exports` is Prioritized Over `typesVersions`
472+
### `exports``typesVersions`보다 우선 순위가 높습니다.
473473

474-
Previously, TypeScript incorrectly prioritized the `typesVersions` field over the `exports` field when resolving through a `package.json` under `--moduleResolution node16`.
475-
If this change impacts your library, you may need to add `types@` version selectors in your `package.json`'s `exports` field.
474+
이전에는 TypeScript가 `--moduleResolution node16` 조건의 `package.json`을 통해 리졸브할 때 `exports` 필드보다 `typesVersions` 필드를 우선했습니다.
475+
이 변경 사항이 여러분의 라이브러리에 영향을 미치는 경우 `package.json``exports` 필드에 `types@` version selector를 추가하면 됩니다.
476476

477477
```diff
478478
{
@@ -492,7 +492,7 @@ If this change impacts your library, you may need to add `types@` version select
492492
}
493493
```
494494

495-
For more information, [see this pull request](https://github.com/microsoft/TypeScript/pull/50890).
495+
더 자세한 정보는 이 [pull request](https://github.com/microsoft/TypeScript/pull/50890)를 참고하세요.
496496

497497
## `substitute` Replaced With `constraint` on `SubstitutionType`s
498498

0 commit comments

Comments
 (0)