ECMAScript decorators #1411
Labels
Blocked 🚫
Resolving this issue is blocked by other issue or 3rd party stuffs
Discussion 💬
Brainstorm about the idea
Enhancement 🆕
New feature or request
TypeScript 5.0 has released support for ECMAscript decorators:
https://devblogs.microsoft.com/typescript/announcing-typescript-5-0-beta/
However, right now it's not possible to migrate TypeGraphQL from
experimentalDecorators
because of lack of support for parameters decorators:tc39/proposal-decorators#47
This issues will be unfrozen when the support for parameters will be promoted to Stage 3 and available in TypeScript 🔒
The text was updated successfully, but these errors were encountered: