Skip to content

v2.0.2

Compare
Choose a tag to compare
@englercj englercj released this 10 Dec 16:37
· 60 commits to master since this release

v2.0.1...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 as export 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.