Barthélémy Ledoux

Results 275 comments of Barthélémy Ledoux

Caveat: template autofix will not be proceeded.

It's the two waiting for each other I believe.

with formatting ;): ```json { "eslint.alwaysShowStatus": true, "editor.defaultFormatter": "esbenp.prettier-vscode", "html.format.contentUnformatted": "", "javascript.format.enable": false, "eslint.options": { "extensions": [".html", ".js", ".vue", ".jsx"] }, "editor.codeActionsOnSave": { "source.fixAll.eslint": true }, "editor.fontFamily": "Fira Code, Menlo,...

Would you happen to have this on a repo somewhere?

@duclet handling the comment in a separate handler is a great Idea. I think I will follow this architecture.

Finally ! we got a definitive answer from the Vue team itself! In PR #1575, I parse the `defineOptions()` function call as if it's an option defined component. ```js /**...

Sorry to hear that. I hope it clears out soon.

Supporting MDX (and especially storybook format) is a great idea. It could bridge the divide between the two communities. MDX holds one big advantage over pure `MarkDown`: Tooling Since MDX...

It feels easy to parse CSF using babel and extract the source code of examples from it. I think we could make a separate package that allows referencing CSF stories...

Acorn is what I meant when I said babel. They kind of conflate in my mind (babel parser ~ acorn). I apologize for the confusion. Regarding the API, in vue-styleguidist,...