otris / jsdoc-tsd

JSDoc template for generating TypeScript definition files based on JSDoc comments.
MIT License
29 stars 7 forks source link

Visibility and other fixes #11

Closed wehrstedt closed 6 years ago

wehrstedt commented 6 years ago

This pull request adds visibilty/access flags to all parsed dom-elements by calling the "handleFlags" method for each parsed item. For this reason every sub-parse function has to return the parsed jsdoc item.

The pull request also fixes these bug (#9)