Commits
Click on a commit to change the comparison rangefix(minifier): don't inline IIFE with parameters (#9477)
`(a => { a() })()` should not be inlined (requires checking default parameters).
this PR should fix the case written in https://github.com/rolldown/rolldown/pull/3725#issuecomment-2692485730 .10 months ago
by sapphi-red