Hacker News new | ask | show | jobs
by jerrygoyal 1710 days ago
see comparison with swc: https://swc.rs/docs/benchmark-transform
2 comments

While useful, it should be noted TypeScript ≠ JavaScript and this build tool is for TypeScript. Many of us are using different compile-to-JS languages, or no language at all.
So swc is faster in almost all scenarios
It's not the same thing though, SWC is a different category of tool.

Edit: though I guess if you include the sibling project swcpack, it covers the same ground. SWC itself doesn't though.