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
When using source export default class MyClassName {} the extracted name and longname are not correct ('exports' and 'module.exports' respectively).
This does not seem to happen when using export default after the class declaration or non-default exports.
Ah you're right: I hadn't realised it was JSDoc itself under the hood.
I tested it and JSDoc indeed generates Class: exports.
It's seems to be this issue: jsdoc/jsdoc#1464
When using source
export default class MyClassName {}
the extracted name and longname are not correct ('exports' and 'module.exports' respectively).This does not seem to happen when using export default after the class declaration or non-default exports.
Check the code here https://runkit.com/embed/5008rb12y6pr
The text was updated successfully, but these errors were encountered: