How to set "paramtypes" metadata in Javascript?
I'm currently working on NodeJs/Javascript setup (no typescript) that relies on decorators. Unfortunately I'm not able to convince swc to emit correct metadata. Here's an example
Compiling it with the following
gives me
Does anybody know how to get
Compiling it with the following
.swcrcgives me
Does anybody know how to get
swc to emit correct design:paramtypes metadata in a JS setup?