v2.0.2
- Fix function declarations in namespaces
- Fix modules and enums declared in classes
- Workaround a JSDoc bug where it writes
exports.
to the name of functions defined asexport function name() {}
- Add some safety checks around invalid
@property
tags - Add class access keywords (public, private, protected)
- Resolve the type string
'function'
to a permissive function type of(...params: any[]) => any
.