futurGH/ts-to-jsdoc

Missing param when using default value

Closed this issue · 2 comments

Hey! I tested it on itself and this is a mistake in transpilation process:

image

(it drops the @param including the description)

Another case:

image

(missing filename and debug)

Thanks!

Thank you for the quick fixing + unit test!