-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Bundle Generated using esbuild throwing the exception #1597
Comments
Looks like TypeScript decorators are working fine to me:
You'll have to be more specific about what isn't working. Right now I have no way of reproducing your issue. |
@evanw Thank you for looking into this, I have created a repo with the bug stated above, would you able to check there? https://github.com/hassanazharkhan/esbuild-decorator-bug Reproduction steps:
|
It looks like this library you're trying to use relies on TypeScript's |
I'm getting the following exception while running my bundled file on local, I'am using the library called dynamo-easy which is heavily relies on typescript decorators.
Exception:
tsconfig.json:
tsconfig.build.json
esbuild version: ^0.12.25
Os: MacOS BigSur
The text was updated successfully, but these errors were encountered: