runem / web-component-analyzer

CLI that analyzes web components and emits documentation
https://runem.github.io/web-component-analyzer
MIT License
503 stars 63 forks source link

Private fields `#myClassField` require jsdoc annotation #257

Open basselalsayed opened 1 year ago

basselalsayed commented 1 year ago

Hey, so far this is an awesome library but this is a little annoying:

/** 
* @private
*/
#myPrivateMethod() {}

Could a change be made so private fields starting with # are marked as private by default without requiring jsdoc?