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
This closed issue has been automatically locked because it had no new activity for a month. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you.
Typescript enums should be transpiled such that they can be removed by minifiers if not used.
So
currently becomes
but should be
Context
Related issues:
Babel: babel/babel#9268
TSC: microsoft/TypeScript#27604
Terser: terser/terser#1177
Esbuild does this already: terser/terser#1177 (comment)
The text was updated successfully, but these errors were encountered: