-
It would be wonderful if Sveld could generate proper typescript declarations for typescript components (ie: `lang="ts`), rather than only JS-annotated types.
-
# File structure
The file structure I believe will look something like this. Tauri will exist within its own folder and search for static files from Svelte. Svelte will need to both create static f…
-
https://github.com/windmill-labs/windmill/blob/c58190ef788feaae9bac9848e8cfa59d10f51cab/frontend/src/lib/components/Uptodate.svelte#L25
We should have another step before this to update the existin…
-
I'm attempting to integrate ttag with Vue's single file components.
{{ gettext('foo-template') }}
import { gettext } from 'ttag'
export default {
da…
-
When attempting to use with Sapper, the following error is generated:
```
is not a valid SSR component. You may need to review your build config to ensure that dependencies are compiled, rather tha…
-
One immediate suggestion would be to include a MatrixRow component in Matrix; refer to [Nested components](https://svelte.technology/guide#nested-components). The MatrixRow component would represent a…
-
- Stories -> Play function
- Add a section at the bottom about advanced use case using the mount so you can execute code before rendering (which changes per renderer) Make sure to explain you alw…
-
I've come across some issues while using the `` component.
- There's a limited choice of icons, which need to be added manually
- The colors of the icons are hardcoded in the SVG code
[I had to mod…
-
Currently code-connect doesn't support Svelte, this issue is for tracking support for Svelte
-
### Describe the bug
A comment apparently impacts the result of the build process. Everything beneath a comment in the script tag, in a component, is not transpiled, why the build process does not …