Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ECMAScript decorators #1411

Open
MichalLytek opened this issue Jan 27, 2023 · 0 comments
Open

ECMAScript decorators #1411

MichalLytek opened this issue Jan 27, 2023 · 0 comments
Assignees
Labels
Blocked 🚫 Resolving this issue is blocked by other issue or 3rd party stuffs Discussion 💬 Brainstorm about the idea Enhancement 🆕 New feature or request

Comments

@MichalLytek
Copy link
Owner

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 🔒

@MichalLytek MichalLytek added Enhancement 🆕 New feature or request Discussion 💬 Brainstorm about the idea Blocked 🚫 Resolving this issue is blocked by other issue or 3rd party stuffs labels Jan 27, 2023
@MichalLytek MichalLytek self-assigned this Jan 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Blocked 🚫 Resolving this issue is blocked by other issue or 3rd party stuffs Discussion 💬 Brainstorm about the idea Enhancement 🆕 New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants
@MichalLytek and others