-
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
Decorator wrapped around declare or abstract fields are failing since 0.19.8 #3684
Comments
There are two problems here:
|
@evanw abstract support would be awesome thanks. |
The issue I'm facing is decorated declare or abstract fields are causing an
Error: Decorators are not valid here
. After some inspection it seems thatesbuild
supported this until version0.19.8
Is this no longer supported?
Code example:
Esbuild result:
Some playground links:
Working esbuild-playground on version 0.19.7
typescript-playground
The text was updated successfully, but these errors were encountered: