News
Newest
Ask
Show
Jobs
Open on GitHub
tsz: high performance TypeScript checker, emitter, and language service in Rust
(tsz.dev)
18 points | by
bpierre
21 hours ago
3 comments
presentation
6 hours ago
I ran into this earlier, the commit history is the one maintainer and Claude pumping out like hundreds of commits 24 hours a day. Aside from the token cost, I’m wondering how this will turn out relative to the official tsgo native push.
vivzkestrel
14 hours ago
how does it compare to tsx ?
https://github.com/privatenumber/tsx
[-]
aerzen
10 hours ago
It seems like tsx is a wrapper around tsc for easy compile+run workflow.
tsz seems to be a compiler, a replacement for tsc
[-]
SahAssar
7 hours ago
Seems like tsx is a wrapper around esbuild, not tsc.
esafak
14 hours ago
Or
https://github.com/samchon/ttsc
rwalls
14 hours ago
This seems cool. Like bun for tsc
tsz seems to be a compiler, a replacement for tsc