# TypeScript 5.6 Beta: Region-Prioritized Error Checking

> Clean Markdown view of GeekNews topic #16177. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=16177](https://news.hada.io/topic?id=16177)
- GeekNews Markdown: [https://news.hada.io/topic/16177.md](https://news.hada.io/topic/16177.md)
- Type: news
- Author: [ssssut](https://news.hada.io/@ssssut)
- Published: 2024-08-05T10:41:29+09:00
- Updated: 2024-08-05T10:41:29+09:00
- Original source: [github.com/microsoft](https://github.com/microsoft/TypeScript/pull/57842)
- Points: 4
- Comments: 0

## Topic Body

- **Region-Prioritized Diagnostics in Editors:** 편집하고 있는 영역을 우선으로 처리하는 방식을 도입하여 큰 규모의 TypeScript 프로젝트를 개발할 때에도 빠르게 타이핑 정보를 제공.   
- **성능 테스트 결과:** 52k LOC TS 파일(TypeScript 프로젝트의 `src/compiler/checker.ts`) 대상으로 테스트한 결과, region semantic checks 없이는 타이핑 정보가 나오는 데까지 3330ms가 걸리는 데 비해 가시 영역만 처리하는 데에는 143ms만 소요됨.

## Comments



_No public comments on this page._
