tsz: high performance TypeScript checker, emitter, and language service in Rust
1–9 of 9 posts
Re: tsz: high performance TypeScript checker, emitter, and language service in Rust
#2Re: tsz: high performance TypeScript checker, emitter, and language service in Rust
#3Re: tsz: high performance TypeScript checker, emitter, and language service in Rust
#4how does it compare to tsx ? https://github.com/privatenumber/tsx
Re: tsz: high performance TypeScript checker, emitter, and language service in Rust
#5how does it compare to tsx ? https://github.com/privatenumber/tsx
tsz seems to be a compiler, a replacement for tsc
Re: tsz: high performance TypeScript checker, emitter, and language service in Rust
#6Re: tsz: high performance TypeScript checker, emitter, and language service in Rust
#7Re: tsz: high performance TypeScript checker, emitter, and language service in Rust
#8I 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.
Re: tsz: high performance TypeScript checker, emitter, and language service in Rust
#9I 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.
Yeah not surprising. But if uses the TS test suite and compares output with tsc byte for byte, then an AI banging its head against the wall for a week should get there eventually.