Open jakecodev opened 1 year ago
@fullstackneo plugin-proposal-decorators
is for JavaScript decorators, not TypeScript decorators. I'm not sure if they work the same way but could this explain the difference between your expectation and actual output?
Thank you, that makes total sense. @lukehaas.
Thank you very much for your kind help. Is there any way to make TS decorators run correctly in the app? @lukehaas Thank you.
@fullstackneo not in the current release, but I'll see if I can add support for it in the next version.
Expected:
Real Result:
I also tried MethodDecorator, it seem the
target
anddescriptor
are all undefined. And this is my setting. Thank you very much.