Open mxthevs opened 1 year ago
This happens for toplevel code that raises exceptions. The export part of the code is not reached.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Still reproducible in 11.1.4 and 12.0.0-alpha.3
The following code:
Compiles to the following JavaScript:
Which exports a variable
x
that does not exist on the final output.