-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Closed
Description
In early days, the performance of swc is much worse than esbuild (around 2 ~ 5x slower).
But recently, the author of swc landed many performance enhancements in swc project.
Now the performance of transform API is very close between @swc/core and esbuild: transform parallel benchmark results
Besides, swc have some advantages over esbuild:
- Support
experimentalDecoratorsin TypeScript. Support@jsx pragma.- Exposed transformer API, so community can customize
transform plugintop on it jest-hoist-plugin. - (Maybe) more users, deno is strongly dependent on
swc(They are usingswcin --no-type-check mode).
/cc @yyx990803 @kdy1
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels