simne7
SCSWC Community
•Created by simne7 on 2/11/2025 in #questions
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
.swcrc
gives me
Does anybody know how to get swc
to emit correct design:paramtypes
metadata in a JS setup?10 replies