jsdoc-vuejs icon indicating copy to clipboard operation
jsdoc-vuejs copied to clipboard

Typescript support

Open Elaniobro opened this issue 3 years ago • 2 comments

I am using jsDocs with jsdoc-vuejs in a nuxt project. I keep getting parsing errors

ERROR: Unable to parse /project/components/Button/Button.vue: Unexpected token, expected "{" (58:15)
ERROR: Unable to parse /project/components/Feedback/Feedback.vue: Unexpected token, expected "," (39:16)
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

none of this makes sense, since neither of these files fail when running yarn lint eg: eslint --ext .js,.vue --ignore-path .gitignore .

Elaniobro avatar Jun 23 '21 17:06 Elaniobro

@Elaniobro did you ever figure out this issue? I am experiencing the same thing with my vue project. Thanks!

TASimpson avatar Mar 21 '22 21:03 TASimpson

nope. Although, Typescript itself, is documentation, I am still hoping for a fix.

Elaniobro avatar Mar 27 '22 18:03 Elaniobro