We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
mangleProps
Whenever I use TypeScript experimentalDecorators together with a property that I want to mangle, it shows and error like this:
experimentalDecorators
error: panic: Internal error (while parsing "*****.ts")
Can't really reproduce it with esbuild-try as it doesn't support decorators, but the pattern of this is quite clear.
The text was updated successfully, but these errors were encountered:
https://esbuild.github.io/try/#dAAwLjE4LjQALS1sb2FkZXI9dHMKLS1tYW5nbGUtcHJvcHM9XyQKLS10c2NvbmZpZy1yYXc9e1wiY29tcGlsZXJPcHRpb25zXCI6e1wiZXhwZXJpbWVudGFsRGVjb3JhdG9yc1wiOnRydWV9fQBjbGFzcyBGb28gewogIEB4IGZvbwogIEB5IGJhcl8KfQ
Sorry, something went wrong.
3af5d3b
Thanks for the fix. Hope to see it in the next release soon.
Confirm issue fixed in v0.18.6.
No branches or pull requests
Whenever I use TypeScript
experimentalDecorators
together with a property that I want to mangle, it shows and error like this:Can't really reproduce it with esbuild-try as it doesn't support decorators, but the pattern of this is quite clear.
The text was updated successfully, but these errors were encountered: