Ethan Wu
Ethan Wu
The `output.exports` in IIFE format may be solved in #1691.
``` + rolldown 0.12.2-snapshot-a82ccc6-20240816002925 (0.12.2 is available) Done in 7.3s (base) . rolldown % npx rolldown -v rolldown v0.12.2 ``` The issue has been resolved. (This applies only to the...
I may attempt to implement it when I have some free time (although I am currently quite occupied). Given my familiarity with the format logic in Rolldown, perhaps we could...
> Implementing this would unblock a lot of things, for example oxc-jest. I mean the order of transforming, the current order is `x0_`, `x1_`, etc. I think it should be...
Yes, for now I put the plugin after react.
In Rollup, the parameters of the wrapper function vary depending on the situation, such as when we specify the `output.exports` option. If we specify the export value as `named`, it...
According to the conversation and Rollup's behavior, I handled the `iife` external modules and the `output.globals` in #1694.
Is there a specific action we need to take in response to right now?
My ideas: > **TL;DR** SystemJS can be excluded from a separate `.rs` file, but the format requires specific actions and normalization. Using an internal plugin with the `VisitMut` trait can...