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
I would keep @constructor. 1) It is a valid JSDoc tag (it's a synonym of @class), and 2) some folks like to use this tag even when there's already a @class tag as they like to make it really obvious which method is the constructor. Example:
See also: https://phabricator.wikimedia.org/T138401
We have some legacy jsduck tags that are not recognised by jsdoc still available. These will be ingored by jsdoc so only exist for humans to read:
Longer list from #597:
The text was updated successfully, but these errors were encountered: