Barthélémy Ledoux

Results 234 comments of Barthélémy Ledoux

I think this would be a good candidate for a plugin. In this plugin, we would override the `Preview.js` component using an iframe and web workers. It is a pretty...

@esparkman here is the issue you probably want to follow.

@sapegin has started working on this here https://github.com/styleguidist/react-styleguidist/pull/1553

Hello @opctim, Can I ask for a small reproduction repo? All these errors have a `TS####` code. It means that typescript is *not liking* something that is done here. Multiple...

Hello @mesqueeb I really like your idea. I think as well that the landing page does not give yet a clear idea of what vsg can do and why people...

How about using TSDoc output format? Well, TSDoc does not describe types...

It looks like we have to 1. Extract the description of the doctrine format from the [tests](https://github.com/eslint/doctrine/blob/master/test/parse.js) 2. Write our own set of tests 3. Make the new tests pass...

After a bit of exploration, I found out that the typescript parser 4 is returning a perfect JSDoc output. I will rely on it.

thank you @fifzteen that's a really good point. I tried to fight with remarks for a bit (markdown parser used here) with no luck. all Backslashes disappear when running this...