Replies: 3 comments
-
You can use SWC's wasm api if you'd like, but additional usage is outside the scope of Bun. Bun uses bun's transpiler extensively in the runtime and it would be very complicated to add others builtin. Are there specific features missing from Bun's transpiler that you need? |
Beta Was this translation helpful? Give feedback.
-
Vite 4 now supports SWC as an option for React projects. There seems to be a lot of projects (Next.js, Turbopack, Deno, Rome) and companies coaelescing around SWC and Rust-based tooling . I wouldn't be surprised if Might be worth thinking more about supporting SWC for future-proofing. Detailshttps://vitejs.dev/blog/announcing-vite4.html
|
Beta Was this translation helpful? Give feedback.
-
If there are no specific features or bugs then I'm going to go ahead and lock this because the question has been answered |
Beta Was this translation helpful? Give feedback.
-
SWC has a great wasm plugin api. esbuild's plugin system is more limited.
Beta Was this translation helpful? Give feedback.
All reactions