webdoc-labs / webdoc

Documentation generator for the web
https://www.webdoclabs.com
Other
79 stars 9 forks source link

Parameter interference not working with union type #144

Closed ShukantPal closed 2 years ago

ShukantPal commented 3 years ago
method(canvas: HTMLCanvasElement | OffscreenCanvas = this._canvas) {

}

The parameter canvas didn't have a type in the generated documentation.

ShukantPal commented 2 years ago

Fixed in #148