Replies: 5 comments 3 replies
-
Alternatively, we can build a web app to list SWC plugins. This has been on my TODO list for a very long time, but I didn't have the resources (time) to implement it. |
Beta Was this translation helpful? Give feedback.
-
Considering that the SWC Wasm plugin breaks frequently, Rspack plans to release a minor version every time SWC contains an AST breaking change. (Rspack does not plan to release major versions frequently). If SWC can reduce the frequency of breaking the Wasm plugin, it would be very helpful for downstream projects and users. 😄 |
Beta Was this translation helpful? Give feedback.
-
I think |
Beta Was this translation helpful? Give feedback.
-
I was very put off by the current situation where end users have to match That said, please don't give up on backwards compatibility, that's the real solution to this problem, and it would make the project much easier to use outside of next or other meta frameworks. |
Beta Was this translation helpful? Give feedback.
-
I left a question on Rust reddit. https://www.reddit.com/r/rust/comments/1eybm5d/question_for_serialization_deserialization/
|
Beta Was this translation helpful? Give feedback.
-
What do you think about stabilizing the Wasm plugin as-is?
It does not have backward compatibility, but someone proposed stabilizing it as-is, and bump the major version of
@swc/core
each time Wasm plugin breaks.Pros
@swc/core
(only) will not have to know about swc_core versionsCons
Beta Was this translation helpful? Give feedback.
All reactions