-
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
empty enum got undefined after compilation #3657
Comments
This was referenced May 21, 2024
This was referenced May 28, 2024
This was referenced May 29, 2024
This was referenced Jun 2, 2024
This was referenced Jun 3, 2024
This was referenced Jun 6, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here is a reference for usage scenarios: vitejs/vite#15958 / https://stackblitz.com/edit/vitejs-vite-abyiyv?file=main.js&terminal=dev
reproduce link:
https://esbuild.github.io/try/#dAAwLjIwLjAALS1sb2FkZXI9dHMAZXhwb3J0IGVudW0gT3Bjb2RlIHt9CgpleHBvcnQgZnVuY3Rpb24gZXh0ZW5kT3Bjb2RlKGtleTogc3RyaW5nLCB2YWx1ZTogc3RyaW5nKSB7CiAgT2JqZWN0LmFzc2lnbihPcGNvZGUsIHsgW2tleV06IHZhbHVlIH0pOwp9CgpleHRlbmRPcGNvZGUoIkEiLCAxKTs
Has there a non-hack way? (ex. add new unused enum properties)
The text was updated successfully, but these errors were encountered: