You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are upgrading our app from NestJS9 to NestJS10. While doing the upgrade we noticed the following. As in the Screenshot now the JSDocs comments are parsed as just literals and include @ type & @ memberof in the swagger doc this worked fine before v10 of NestJS creating swagger docs without messing up with other jsdocs attributes.
Is there an existing issue for this?
Current behavior
We are upgrading our app from NestJS9 to NestJS10. While doing the upgrade we noticed the following. As in the Screenshot now the JSDocs comments are parsed as just literals and include @ type & @ memberof in the swagger doc this worked fine before v10 of NestJS creating swagger docs without messing up with other jsdocs attributes.
Upgraded @nestjs/swagger v 6.0.4 to 7.3.1
cli config
affected jsdoc
Minimum reproduction code
https://gist.github.com/samaratungajs/79efceb03d722c66cf17b40e096f217a
Steps to reproduce
No response
Expected behavior
swagger docs without unnecessary literals
behavior before upgrade
literal
Package version
7.3.1
NestJS version
10.3.7
Node.js version
20.12.2
In which operating systems have you tested?
Other
No response
The text was updated successfully, but these errors were encountered: