File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
docs/documentation/ko/release-notes Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -426,12 +426,12 @@ You can read up more on these optimizations on their respective pull requests:
426
426
* [ ` visitEachChild ` as a jump-table] ( https://github.com/microsoft/TypeScript/pull/50266 )
427
427
* [ Optimize substitition types] ( https://github.com/microsoft/TypeScript/pull/50397 )
428
428
429
- ## Correctness Fixes and Breaking Changes
429
+ ## 수정 및 변경 사항
430
430
431
- ### ` lib.d.ts ` Updates
431
+ ### ` lib.d.ts ` 업데이트
432
432
433
- While TypeScript strives to avoid major breaks, even small changes in the built-in libraries can cause issues .
434
- We don't expect major breaks as a result of DOM and ` lib.d.ts ` updates, but there may be some small ones .
433
+ TypeScript 은 major break 는 피하기위해 노력하지만, 내장 라이브러리의 아주 작은 변경조차도 문제가 될 수 있습니다 .
434
+ DOM과 ` lib.d.ts ` 업데이트의 결과로 major break 는 일어나지 않을 것으로 기대하지만, 종종 작은 문제가 생길 수도 있습니다 .
435
435
436
436
### Better Types for ` Promise.resolve `
437
437
You can’t perform that action at this time.
0 commit comments