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
Seems like something is being marked as a member of that private class, but when you mark something private and have private: false that class is totally hidden from the definitions we see. There is no difference between using a type marked private and using a type you never even defined.
The error is telling you it can't output the proper typings for something because it doesn't know what type it is.
I'm getting this error when I tag a class with
/** @private */
tag also with private: false in config file:[TSD-JSDoc] Failed to find parent of doclet 'classname#methodname' using memberof 'classname', this is likely due to invalid JSDoc.
The text was updated successfully, but these errors were encountered: