Barthélémy Ledoux

Results 275 comments of Barthélémy Ledoux

There is always the solution of adding a second script block with an empty export default and comment this.

This change is a breaking change in the API. I will implement it, merge it, at the same time as I merge true TypeScript support. It will be in vue-docgen-api...

Let me rephrase that... First, this is a great PR. There is tests, a great description and a very good use case. Thank you for that. Unfortunately, we are not...

Hello @ondrej-janosik, During the CI that happens on Travis CI, we build and publish an example using the vue cli plugin. Could you set up a repo where you reproduce...

This definitely could happen. By default, WebpackBundleAnalyzer will be in watch mode if the ENV variable is not set. So it will block the closing of the process to continue...

Good eye @pretzelhammer, There is a mistake in the assumptions made for v-model stuff. In vue-docgen-api, v-model needs an explicit declaration of a prop. If it does not have one,...

I agree with you. I like this model too, it seems like the only sane approach. My initial reaction was: This looks like an "almost" breaking change and I don't...

I see three parts in this enhancement - [ ] allowing vue-docgen-cli to load descriptions in a different locale than the native one to replace the descriptions of the docgen...

I would host the locales files near the component files. `src/components/button.vue` would have `src/components/button.doc.FR.json` for translations in french