Barthélémy Ledoux
Barthélémy Ledoux
@yeyalab that really helps. You rock. @cowboy can you check and add this to the examples when you get a chance?
Hello @charleshimmer, Great question indeed. I did not dig into it too much yet, I just went with the `istambul-combine` recommendations. https://github.com/jamestalmage/istanbul-combine/issues/2 Let me see if I can find a...
Update: report your coverage into separate json files then use `nyc merge` or `nyc report` to combine them. I though it worked on my repo. I might have miscalculated. Some...
It is not possible without creating your own vue-docgen-api handlers. But I do not see you would not.
I will try my hand at a PR for this.
Thank you @nandi95 for your answer, Essentially, I am working on functional components. They do not have names. I would still like to get the name of the function given...
Declaration files are only relevant when generating a library consumable by a package manager. The build time overhead would only happen in this case. We could disable HappyPack in this...
There is a plan, but it will not be called `vuepress-plugin-live`
I do not have this as a top priority right now. If you have a few cycles to start the plugin on your own, here is my brain download: If...
There is one more thing I have not figured out how to do. To compile templates, Vue needs its bundle time version in the browser. To do that, we set...