The TypeScript Compiler, or tsc , checks the validity of your types and compiles your code to JavaScript. The more code you have, the longer it takes to compile. On medium-to-large-sized TypeScript projects, this compilation is extremely slow. I’m porting tsc to Go and not Rust.

2m read timeFrom kdy1.dev
Post cover image
Table of contents
Why port tsc ?What is a type checker?Why not Rust?Will it be open-source?

Sort: