OTHER·중요도 8·2026. 07. 09.·GeekNews
TypeScript 7.0 발표
── KO ──────────────────
TypeScript 7.0이 Go 기반으로 성능을 대폭 향상시켜 릴리스됨.
TypeScript 7.0이 발표되었으며, 이번 릴리스에서는 도구체인이 Go 기반으로 이식되었습니다. 이로 인해 대형 프로젝트의 전체 빌드 속도가 보통 8~12배 향상됩니다. 사용자는 기존과 같이 npm의 typescript 패키지를 통해 새 버전을 설치할 수 있습니다.
── EN ──────────────────
TypeScript 7.0 released with significant performance improvements based on Go.
TypeScript 7.0 has been announced, featuring a toolchain ported to Go, which provides 8-12 times performance improvement in large project builds. Users can install the new version via the npm typescript package, maintaining existing usability. Editing support is provided through an LSP-based language server.