hosseinmd / prettier-plugin-jsdoc

A Prettier plugin to format JSDoc comments.
MIT License
228 stars 29 forks source link

produce broken syntax #183

Closed dimaMachina closed 1 year ago

dimaMachina commented 1 year ago

input

/** @default codegen */

output

/** @default codegen */ */
hosseinmd commented 1 year ago

Your syntax is not correct, you should write it this way

/** @default {"codegen"} */
hosseinmd commented 1 year ago

But this is a bug.

hosseinmd commented 1 year ago

Release: v1.0.2