Barthélémy Ledoux
Barthélémy Ledoux
That is indeed a problem. This component relies on buble a superlight compiler that is not anymore maintained. I am currently working on adapting `esbuild` or `swc` to do the...
Hello @Decipher, This is a great idea. It looks much cleaner indeed. It was my initial idea too but I abandoned it. It is almost impossible to ask VueJs NOT...
Agreed, the content of this `slots` is not the code as far as I know. What `vue-live` needs is the code. I am wondering if it can be extracted though.
Oh !!! good point and probably easy fix. I will get on it this week end if I can.
Can anyone look at the travis tests, see why they are not passing?
Really good idea @tbusser I need to get this to work. @Akryum I will probably do most of the backend work. I am counting on your designers' talents to make...
> Does using directory name as the group name make sense? It does makes sense to a lot of my users. But I know that some user prefer a flat...
Great idea indeed, specially in the setup context and the difficulty to add a comment on the whole component. You can try and give it a go in a PR....
Initially, it was my idea as well: path only the full path of the component file to the function. I am afraid of making it more complicated for users than...
I would reverse the order of the 2 arguments but I like this API a lot. ```js // docgen.config.js module.exports = { displayName(filePath, usualName){ //maybe some checks here (multiword, casing,...