Navinder Singh
Navinder Singh
guys i am using svelte2tsx for transforming svelte to tsx for gneerating .d.ts ```ts const tsx = s2x.svelte2tsx(content, { filename: file, isTsFile: isTsScript(content), emitOnTemplateError: false, version: svelte.VERSION, mode: 'dts' });...
### What problem does this feature solve? Rslib is an amazing tool but it lacks support for building libraries for svelte, currently we need to have a sveltekit project for...
guys why does this query not work, even though there are records matching it ```sql SELECT * FROM playlists_fts WHERE playlists_fts MATCH 'foo' ORDER BY rank; ``` these are records...