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
As noticed by jsdoc#1672, jsdoc 3.6.x output differs from 3.5.x, especially on undocumented attributes strangely set to true while the comment attribute is correctly set with some user comment.
The effect for tsd-jsdoc is that such doclets are not managed anymore.
Steps to reproduce :
checkout tsd-jsdoc, run npm install but then force the installation of jsdoc with version 3.6.3.
npm run build
npm run test => failure
The text was updated successfully, but these errors were encountered:
As noticed by jsdoc#1672, jsdoc 3.6.x output differs from 3.5.x, especially on
undocumented
attributes strangely set totrue
while thecomment
attribute is correctly set with some user comment.The effect for tsd-jsdoc is that such doclets are not managed anymore.
Steps to reproduce :
npm install
but then force the installation of jsdoc with version 3.6.3.npm run build
npm run test
=> failureThe text was updated successfully, but these errors were encountered: