es/minifier
: remaining cases where IIFE isn't invoked
#10280
Labels
Milestone
es/minifier
: remaining cases where IIFE isn't invoked
#10280
Describe the feature
More or less a tracking issue for the points in #10220
return inlineMe(), 123
)return cond ? inlineMe() : 123
)if(inlineMe()) { ... }
/inlineMe() ? ... : ...
)return cond && inlineMe()
)Babel plugin or link to the feature description
No response
Additional context
Sorted by my subjective opinion of implementation complexity (while barely knowing anything of the swc internals).
The text was updated successfully, but these errors were encountered: