Stanislas Ormières

Results 5 comments of Stanislas Ormières

Hi every one, I would like to use postcss-cssnext and cssnano in .vue files, but I don't think this template is ready for it... Or am I missing something?

@larsenwork Would you be so kind as to share your `tsconfig.*.json`? I am still struggling with this 😕

> > > @nicoespeon Which version of jsdoc are you using? I get > > ``` > ERROR: Unable to parse a tag's type expression for source file > Invalid...

Sorry, let me rephrase the whole thing: @nicoespeon provided (half) a solution with the [intersection type](https://github.com/Microsoft/TypeScript/issues/20077#issuecomment-392712599) and this example snippet: ``` /** * @typedef {Object} ChildType * @property {String} childProp...

Unfortunately, my editor (VS Code) only takes the first type def: ![combined-jsdoc](https://user-images.githubusercontent.com/2486424/83144549-cc1a6380-a0f3-11ea-840e-2952d25e857a.gif) (no "name" here in the completion list)