Kocal / jsdoc-vuejs

📖 A JSDoc plugin for documenting .vue files.
MIT License
236 stars 40 forks source link

Typescript support #435

Open Elaniobro opened 3 years ago

Elaniobro commented 3 years ago

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 .

TASimpson commented 2 years ago

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

Elaniobro commented 2 years ago

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