TypeScript checker and language service written in Rust
11 hours ago
- #rust
- #typescript
- #compiler
- tsz is a TypeScript checker and language service written in Rust.
- It aims to outperform tsgo and offers a Sound Mode for stricter type-checking.
- Currently targeting TypeScript 6.0.3 and running TypeScript's test suite for validation.
- Project status: nearly complete with final compiler stages and performance tuning.
- Comprises 1,033,915 lines of Rust code across 14 crates.