-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unexpected result when esbuild.transform
is enabled with minifySyntax
@0.14.40
#2270
Comments
yanm1ng
changed the title
expected result is inconsistent when
Unexpected result when May 27, 2022
esbuild.transform
is enabled with minifySyntax
esbuild.transform
is enabled with minifySyntax
yanm1ng
changed the title
Unexpected result when
Unexpected result when May 27, 2022
esbuild.transform
is enabled with minifySyntax
esbuild.transform
is enabled with minifySyntax
@0.14.40
same problem |
I've also ran into this minifying the following line:
|
case in vite + esbuild + vue.js const refref = ref({ '-1': 'somethings' }) turn to const refref = ref({ -1: 'somethings' }) |
Whoops, sorry about that. I will fix this soon. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
esbuild version
0.14.39
esbuild version
0.14.40
{ -2: "xxx" }
will cause browser errors.The text was updated successfully, but these errors were encountered: