Open jaskp opened 2 months ago
Would it be possible to address this? @shellscape should I rather post this into the main Rollup repo?
Thanks for the issue, but this will likely need community contribution to resolve. We're very short on maintainers at the moment.
Expected Behavior
All reachable CJS exports (i.e.
exports.foo = bar
) are transformed.Actual Behavior
A reachable CJS export remains in the true branch:
Additional Information
This happens when appending
|| false
to the condition in the if statement.