You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v4.13.1 (and all versions above v4.13.0) broke the decorators transpilation.
Transforming JavaScript decorators to the configured target environment ("node21.3.0") is not supported yet
I tested with node v21.3.0 and v22.2.0.
Everything went great before that so I assume it's a regression.
You'll find all the details in my reproduction repository.
I also read the issue #393 but I think my problem is different because everything was fine before the version ugprade. And I'm not able to comment on it because it's locked.
Bugs are expected to be fixed by those affected by it
I'm interested in working on this issue
Compensating engineering work financially will speed up resolution
I'm willing to offer financial support
The text was updated successfully, but these errors were encountered:
Acknowledgements
Minimal reproduction URL
https://github.com/TomChv/tsx-repro-regression-decorator-error
Problem & expected behavior (under 200 words)
v4.13.1
(and all versions abovev4.13.0
) broke the decorators transpilation.Transforming JavaScript decorators to the configured target environment ("node21.3.0") is not supported yet
I tested with node
v21.3.0
andv22.2.0
.Everything went great before that so I assume it's a regression.
You'll find all the details in my reproduction repository.
I also read the issue #393 but I think my problem is different because everything was fine before the version ugprade. And I'm not able to comment on it because it's locked.
Bugs are expected to be fixed by those affected by it
Compensating engineering work financially will speed up resolution
The text was updated successfully, but these errors were encountered: