-
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Does not support TS decorators? #4884
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
Comments
Hello @kcsap. Please provide a minimal reproduction using a GitHub repository or StackBlitz. Issues marked with |
This is the source code` @controller("product",)
}` After operation
There should be TS reflection type, which can be accessed by the reflect. GetMetadata () method
|
That's not a valid reproduction. |
Esbuild does not support TS decorators, so is there any other solution? I don't want to use webpack too slowly. It's mainly the development environment. Thank you. |
|
|
Describe the bug
Does not support TS decorators? The return of reflect.getmetadata acquisition is null

The expected results are as follows:
Reproduction
npm run dev
System Info
Used Package Manager
npm
Logs
No response
Validations
The text was updated successfully, but these errors were encountered: