kran6a

Results 16 issues of kran6a

### Describe the bug I have the following dumb svelte 5 (5.0.0-next.151) component (`src/Index.svelte`): ```svelte AAA ``` Along with the following vite.config.ts: ```typescript import type {RollupOptions} from "rollup"; import {defineConfig}...

awaiting submitter

### Describe the problem I have a route in which the user can view and update a resource. When the user submits their changes the resource is modified server-side and...

### Describe the bug The `using` keyword seems to be unsupported within `.svelte` files. ### Reproduction URL https://stackblitz.com/edit/vitejs-vite-jnn3rq ### Reproduction _No response_ ### Logs _No response_ ### System Info ```shell...

bug

**Describe the bug** When the index.ts is generated the start of the file looks like the following: ```ts import { z } from 'zod'; import type { Prisma } from...

bug (unconfirmed)

It is easier to maintain if we keep parameters definition on the route themselves rather than as a global config. They can be typed on `+page.ts` files via the [config...

### Describe the problem I have the need to use WS and SSE subscriptions on different pages across my site. Currently, my known best way to do it is by...

feature request
needs-decision