-
Notifications
You must be signed in to change notification settings - Fork 73
Try sucrase as babel alternative #40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in 8000 to your account
Comments
i think SWC would be a better choice because unlike sucrase it's extendable and part of the features already enabled in this project supported in SWC and not supported in sucrase (emitDecoratorMetadata f .ex) And i don't belive that JS compiler might be faster than Rust's SWC or esbuild... |
I guess with more babel deps and it's acceptable perf won't worth focusing on this. |
I strongly agree with @thekip. The SWC community is rising fast, and I'm glad Rust-based stuff gets accepted quickly. SWC should be more comfortable to use. |
I am open to experimenting! We could try an experimental build |
offtopic:
I'm as an contributor of |
https://github.com/alangpierce/sucrase
The text was updated successfully, but these errors were encountered: