-
### Issue description or question
In my monorepo, I have a `packages/parts/src/lib/foo.ts` file which contains a function and an inline test:
```ts
export function foo(str: string) { return str…
-
### Describe the problem
Testing does not currently feel like a first-class feature in Svelte, but I believe it should be. One way we could improve this is by adding support for a `test` context wi…
-
**Describe the bug**
I have a Svelte Component with a slot and an event. On the docs page the generated source code is wrong.
Story:
```html
{args.slot_default}
```
…
-
Hi. I tested to integrate the README sample in a project of mine, and rollup shows me this error:
> [!] (plugin commonjs--resolver) Error: Unexpected token (Note that you need plugins to import fil…
-
Hey,
I love this package, good job for making it!
Looks beautiful and nice UX/UI.
I was wondering, do you have a future plan to support multiple droppables?
(Moving a sortable item from one so…
elron updated
3 weeks ago
-
This library has been working well for various chart types (bars, waterfall, scatter) but every now and then, the chart doesn't render. This occurs for both canvas and svg renderers as shown below. I'…
-
Currently svelte-navigator has a dependency on Svelte 3.x, which causes issues for projects wanting to upgrade to Svelte 4.
```
$ npm install
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not r…
-
Changelog:
[https://github.com/sveltejs/svelte/blob/master/packages/svelte/CHANGELOG.md](https://github.com/sveltejs/svelte/blob/master/packages/svelte/CHANGELOG.md)
-
[Examples](https://github.com/ariakit/ariakit/blob/main/contributing.md#creating-the-default-example) are the most important part of the project (even more so than the libraries themselves). We will h…
-
**Describe the bug**
The 'docs' addon isn't displaying Svelte components' descriptions in the 'Docs' tab, when that component includes a top-level `{#if ...}`.
Note this only happens for component…