MichalLytek / MichalLytek/type-graphql
ECMAScript decorators
Open
@MichalLytek is already working on this.
Since Jan 27, 2023.
Blocked :no_entry_sign:
Discussion :speech_balloon:
Enhancement :new:
- Dominant language
- TypeScript
- Stars
- 8.1k
- Forks
- 672
- PR merge metrics
- No merged PRs in 30d
Description
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:
https://github.com/tc39/proposal-decorators/issues/47
This issues will be unfrozen when the support for parameters will be promoted to Stage 3 and available in TypeScript 🔒
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.