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
I'm submitting a ...
I confirm that I
@Tags decorator is allowed for classes and functions, see the docuemntation
@Tags
@Tags decorator is only allowed for functions
add ClassDecorator to the returned types
ClassDecorator
Version of the library: 6.5.0 Version of NodeJS: 20.12.2
seems like the decorator have been refactored but the @Tags decorator was restricted to be only used for functions
d141746
The text was updated successfully, but these errors were encountered:
#1703 fixes this.
Sorry, something went wrong.
No branches or pull requests
Sorting
I'm submitting a ...
I confirm that I
Expected Behavior
@Tags
decorator is allowed for classes and functions, see the docuemntationCurrent Behavior
@Tags
decorator is only allowed for functionsPossible Solution
add
ClassDecorator
to the returned typesContext (Environment)
Version of the library: 6.5.0
Version of NodeJS: 20.12.2
Detailed Description
seems like the decorator have been refactored but the
@Tags
decorator was restricted to be only used for functionsBreaking change?
d141746
The text was updated successfully, but these errors were encountered: