pbastowski
pbastowski
@Conduitry Perhaps this was already discussed somewhere, but I haven't seen it, so, here is how I handle event forwarding in VueJs. I believe this could be adapted to Svelte....
Hi guys Both slots (scoped) and events have an ability to pass parameters. It would be great if we had a `@vue-slot` and` @vue-event` annotation, which would allow us to...
I see. Well then @vue-slot and @vue-event, even without @param, will still be much better then nothing at all :) And I can use separate @typedef blocks to define the...
Update: @event can be used to document events already, like this ```js /** * Toggle flag that displays this list * @event toggle-show-list * @property val */ /** * Emits...
@Elaniobro Sorry, I don’t remember exactly what I did with that. It’s been almost two years since then.
> See #2101 for why we're using that API. Is this the reason why Svelte 3 custom events do not reach the custom element itself? I have encountered the same...
I am thinking about using Svelte in a large company, to build features wrapped in WebComponents almost exclusively, because web-components are their strategy for the future. I am proposing Svelte...
@huyphams Is there any chance of getting the extension loading feature in the next TablePlus version?