Skip to content

Commit 85c81cc

Browse files
JeGwanyeonjuan
andauthoredDec 16, 2022
Fix typo
Co-authored-by: YeonJuan <yeonjuan93@naver.com>
1 parent 3b94e73 commit 85c81cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎docs/documentation/ko/release-notes/TypeScript 4.9.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ DOM과 `lib.d.ts` 업데이트의 결과로 major break 는 일어나지 않을
444444
TypeScript가 JavaScript에 대한 타입 검사 및 컴파일을 처음 지원했을 때 실수로 import 생략이라는 기능을 지원했었습니다.
445445
짧게 말하면, 만약 import 한 것이 값으로 쓰이지 않거나 런타임에서의 값을 참조하지 않는다면 컴파일러는 내보내기 과정에서 해당 import를 제거하는 기능입니다.
446446

447-
이러한 동작은 특히 import가 값을 참조하는지 감지할 때 종종 TypeScript가 부정확한 선언 파일을 신뢰해야한다는 점에서 아리송했습니다.
447+
이러한 동작은 특히 import가 값을 참조하는지 감지할 때 종종 TypeScript가 부정확한 선언 파일을 신뢰해야 한다는 점에서 아리송했습니다.
448448
이제 TypeScript는 JavaScript 파일 내의 import를 유지합니다.
449449

450450
```js

0 commit comments

Comments
 (0)
Please sign in to comment.