You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An internal check in 0.18.2 related to class downlevel info appears to be triggering and leading to a panic when --minify-syntax and --bundle are enabled with a static class block present that is empty or only contains certain expression statements. This does not occur in 0.18.1.
The text was updated successfully, but these errors were encountered:
clydin
changed the title
Internal error
Internal error causing panic when class static blocks are present
Jun 14, 2023
clydin
changed the title
Internal error causing panic when class static blocks are present
Internal error causing panic when certain class static blocks are present
Jun 14, 2023
An internal check in 0.18.2 related to class downlevel info appears to be triggering and leading to a panic when
--minify-syntax
and--bundle
are enabled with a static class block present that is empty or only contains certain expression statements. This does not occur in 0.18.1.Minimal reproductions:
https://esbuild.github.io/try/#YgAwLjE4LjIALS1taW5pZnktc3ludGF4IC0tYnVuZGxlAGUAZW50cnkuanMAY2xhc3MgYSB7CiAgc3RhdGljIHt9Cn0
https://esbuild.github.io/try/#YgAwLjE4LjIALS1taW5pZnktc3ludGF4IC0tYnVuZGxlAGUAZW50cnkuanMAY2xhc3MgYSB7CiAgc3RhdGljIHsgYTsgfQp9
https://esbuild.github.io/try/#YgAwLjE4LjIALS1taW5pZnktc3ludGF4IC0tYnVuZGxlAGUAZW50cnkuanMAY2xhc3MgYSB7CiAgc3RhdGljIHsgU3ltYm9sLml0ZXJhdG9yOyB9Cn0
The text was updated successfully, but these errors were encountered: