You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Speedy web compiler (SWC) is almost 20x faster (3x faster on sample analysis) than babel that is currently being used for static analysis (AST parsing).
Clearly the compute overhead is a big problem in the current system; however babel provides a lot of helper features making it extremely easy to perform the necessary transformations.
Potential future change.
Using this discussion to track ideas with regards to babel to swc migration.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Speedy web compiler (SWC) is almost 20x faster (3x faster on sample analysis) than babel that is currently being used for static analysis (AST parsing).
Clearly the compute overhead is a big problem in the current system; however babel provides a lot of helper features making it extremely easy to perform the necessary transformations.
Potential future change.
Using this discussion to track ideas with regards to babel to swc migration.
Beta Was this translation helpful? Give feedback.
All reactions