futurGH / ts-to-jsdoc

Transpile TypeScript code to fully compatible JavaScript + JSDoc comments.
MIT License
174 stars 17 forks source link

Missing param when using default value #34

Closed kungfooman closed 6 months ago

kungfooman commented 6 months ago

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)

futurGH commented 6 months ago

Thanks!

kungfooman commented 6 months ago

Thank you for the quick fixing + unit test!