Rune Mehlsen

Results 49 comments of Rune Mehlsen

Thanks for you interest in this library! First of all, sorry for my late answer. I have been very busy this week :-) Right now the JSON format just outputs...

@mwcz I have noted your needs and they all seem doable. 1. It seems like this would be the syntax to use when specifying defaults using jsdoc: `@attr {string} [attrname="default...

@goatandsheep That would be a great addition to the output! I have created issue #6 to track it.

Hi Caleb, thanks for opening this issue :-) I use `tsc` directly, so it should pretty much provide the same capabilities as if you ran `tsc` on your files. Do...

Thank you so much for the repro :-) First of all, I think the JSDoc notation is invalid: `@attr greeting {Greeting} - Who should we greet?` should be `@attr {Greeting}...

Yes, this is actually the intended behavior :-) However, here you can see a feature request requesting a way to inline types: #140, which sounds like what you want. This...

That's a good question. In the existing experimental JSON format, the type is just a `type hint` which is non-parsable string that describes the type. However, we want to move...

I see that you needed to manually run `prettier`. It seems like `lint-staged` with `husky` doesn't run for each commit on your machine. Do you have any idea why this...

I've looked into this issue and here are my comments/thoughts. Sorry my answer got very long :-) A quick fix to your problem is to add "vaadin-button" to the lit-plugin...

Hi, thanks for opening this issue :-) I think your use case is very exciting! First of all, I'm not very experienced with `storybook`, so I don't know how to...