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
Adding ? or ! prior to a type should modify the outputted documentation, currently @type {?boolean} doesn't output boolean | null, just boolean.
The text was updated successfully, but these errors were encountered:
alystair
changed the title
Nullable/Non-nullable @type does not generate appropriate documentation
Nullable/Non-nullable @type is ignored, doesn't generate appropriate output
Nov 26, 2021
See https://jsdoc.app/tags-type.html#:~:text=about%20each%20property.-,Nullable%20type,-A%20number%20or
Adding ? or ! prior to a type should modify the outputted documentation, currently
@type {?boolean}
doesn't outputboolean | null
, justboolean
.The text was updated successfully, but these errors were encountered: