Replies: 3 comments 4 replies
-
We support experimental decorators: https://biomejs.dev/reference/configuration/#javascriptparserunsafeparameterdecoratorsenabled :) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Ah just found it. TYVM. Just needed to add this!
|
Beta Was this translation helpful? Give feedback.
2 replies
-
@1a35e1
Restarting the server does not fix anything: Restart LSP server form actions fix this issue for 1 second and then this error reappears. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
Great tool, took it for a spin on a pretty large NestJS project. Given
experimentalDecorators
has been on the standards track for a while I can appreciate, why some this is not working 100% yet.In NestJS, its relatively common to have parameters injected in the
constructor()
or amethod()
It would be good if we could have a way to disable this warning/error while the API is in flux.
Currently I get
Decorators are not valid here.biome(parse)
which would be nice to ignore for now.Will be trying this on a ReactNative project next.
Thanks for the great work!
Beta Was this translation helpful? Give feedback.
All reactions