Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
mpolun
on Feb 16, 2021
|
parent
|
context
|
favorite
| on:
Why Is Esbuild Fast?
swc (
https://github.com/swc-project/swc
) is a rust equivalent to babel and has a bundler under development. Not sure how far along it is.
That would be an interesting comparison of performance and features.
nicoburns
on Feb 16, 2021
|
next
[–]
SWC looks cool, but esbuild is more mature I think. The bugs in SWC's changelog make me pretty wary of using it in production just yet.
nahuel0x
on Feb 16, 2021
|
prev
[–]
swc is more ambitious, it wants to re-implement all of tsc type checking, not only transpiling:
https://github.com/swc-project/swc/issues/571
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
That would be an interesting comparison of performance and features.