Conduitry
Conduitry
It'd be good to mention this in the docs (or maybe even give an example of it).
https://svelte.technology/repl?version=2.6.4&gist=29c93c880013a472c3b079afaa720c2a The above code works if you download a .zip and run it locally, but in the REPL, after `import svelte from 'svelte'`, `svelte` is `undefined`. The inner workings of...
From https://github.com/sveltejs/svelte/issues/1130 - The [tags](https://svelte.technology/guide#tags) section in the docs says that they can also be used in attribute values, but it might be nice to specifically say somewhere that blocks...
If the Svelte compiler produces syntactically incorrect output, the error that the REPL currently displays in "Unexpected token (Note that you need plugins to import files that are not JavaScript)",...
`sites/svelte.dev/README.md` looks like it was mostly/entirely copied over from the version in the main Svelte repo, and it doesn't reflect the current state of reality, or actually tell people how...
(A descendant of sveltejs/sapper#478.) Returning partial content responses from service worker caches is apparently possible - see [this blog post](https://philna.sh/blog/2018/10/23/service-workers-beware-safaris-range-request/). We might want to consider supporting that if it dosen't...
### Describe the bug In Svelte 4, putting a `use:` action followed by an `on:` event handler on an element would first attach the action and then attach the event...
If I have just a couple of snapshots that are flaky because the default discovery network idle timeout is too low, it would be convenient to be able to specify...
I'm using Playwright and Percy on an app that uses the HTML5 History API to navigate between pages. It also contains some relative ``URLs for loading external CSS files. In...