Possible to run a plugin after parsing but before SWC transforms? #4972
-
I'm currently using some TS legacy decorators in a project to modify class prototypes, e.g. using |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Decorators are special and you can't run your plugin before |
Beta Was this translation helpful? Give feedback.
Decorators are special and you can't run your plugin before
decorator
,typescript::strip
norresolver