Open basselalsayed opened 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?
#
Hey, so far this is an awesome library but this is a little annoying:
Could a change be made so private fields starting with
#
are marked as private by default without requiring jsdoc?