ECMAScript decorators

Author: MichalLytekCreated Jan 27, 2023Updated Jun 26, 2026
LabelsEnhancement :new:Discussion :speech_balloon:Blocked :no_entry_sign:

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

Source: MichalLytek/type-graphql