We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
modifiers
In TypeScript version 4.8, one of the breaking changes are decorators property moved to be modifiers
decorators
Decorators are placed on modifiers on TypeScript's Syntax Trees
and this line and maybe more does not support it and causing this library to be incompatible
typescript-rest-swagger/src/utils/decoratorUtils.ts
Line 4 in a0dd006
I can try to create a PR, I just wanna know if it's gonna be reviewed as this project does not look super maintained...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In TypeScript version 4.8, one of the breaking changes are
decorators
property moved to bemodifiers
Decorators are placed on modifiers on TypeScript's Syntax Trees
and this line and maybe more does not support it and causing this library to be incompatible
typescript-rest-swagger/src/utils/decoratorUtils.ts
Line 4 in a0dd006
I can try to create a PR, I just wanna know if it's gonna be reviewed as this project does not look super maintained...
The text was updated successfully, but these errors were encountered: