rixo
rixo
Yes it is intended that the workbench app can be built and published. It probably doesn't work yet though. It probably requires some config tweak, and maybe a bug fix...
People write tests in code comments? omg, do you have examples / references on that? But nope, sorry, no plan for API docs support. Svench's main target use case is...
Component template... is [alive](https://svench-component-template.now.sh/)!! :scream: I've had to clean the Rollup config and [npm scripts](https://github.com/rixo/svench-component-template#scripts) to make it work. Ah! And one thing to change to deploy with Now (it...
Ugh I thought this one was fixed now. @antony Do you still get it with `yarn add -D svench@next`?
Svench has been designed with the idea that the user should be able to inject their own Svelte components for parts (menu, top bar...) or all (App.svelte) of the UI....
@sparrox Les PR sont acceptées sur le [repo officiel](https://github.com/legifrance/Les-codes-en-vigueur), qui promet même que les changements "seront examinés systématiquement par les instances législatives de la République Française".
Zut, c'est un hoax (même pas officiel) alors ? Comme quoi... Steeve nous prouve que la transparence est autrement plus efficace que la filouterie.
Yes, this is the right place. Unfortunately, I have previously tried to fix support for WC myself, got burnt, gave up... iirc the first blocker was that Svelte registers successive...
> Has there been any progress on this? No sorry. WebComponent HMR implementation would be very different from what we already have and, to be honest, it is far from...
Thanks for the very nice report. Yes indeed, `$capture_state` is too greedy, it shouldn't capture imports. This is something that needs to be fixed in Svelte. I'm going to see...