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
The reason why this bug was not found before is that the test case uses var instead of let/const, and esbuild skips inlining those variables when meets var.
The text was updated successfully, but these errors were encountered:
see: mishoo/UglifyJS#1631
TL;DR
before
after
The reason why this bug was not found before is that the test case uses
var
instead oflet/const
, and esbuild skips inlining those variables when meetsvar
.The text was updated successfully, but these errors were encountered: