-
-
Notifications
You must be signed in to change notification settings - Fork 7.2k
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
experimentalDecorators
in TypeScript. Support@jsx pragma
.- Exposed transformer API, so community can customize
transform plugin
top on it jest-hoist-plugin. - (Maybe) more users, deno is strongly dependent on
swc
(They are usingswc
in --no-type-check mode).
/cc @yyx990803 @kdy1
zhmushan, EmanuelAguilar74, kdy1, Saviio, sachaarbonel and 7 more
Metadata
Metadata
Assignees
Labels
No labels