-
### Describe the bug
Renaming svelte files several times in a short amount of time crashes the language server. It might be because of a race condition: the previous "Update imports" is still running…
-
### Describe the problem
#2051 allows us to integrate svelte kit into a node server, but it only currently works in production mode. While this is an excelent change, we still need to be able to us…
-
Following the recents svelte-kit updates, `timestamp` is no longer a member of `$service-worker`.
In fact, it was replaced by `version` and according to the documentation is "[...] useful for generat…
-
### Describe the problem
Thanks to the `localhost` exception, cookies can be set in the development environment with ease.
> The `httpOnly` and `secure` options are true by default (except on http…
-
### What version of Bun is running?
v0.5.8
### What platform is your computer?
Darwin 21.6.0 arm64 arm
### What steps can reproduce the bug?
1. Install latest SvelteKit via `npm create …
-
I am getting this error in browser `superCtor.prototype is not an object or null` when using `jsonwebtoken` with sveltekit.
I have polyfills invoked in config but it appears to not solve the issue.…
-
## Description
This module does not work with SvelteKit due to `navigator` not being present server-side.
## Log messages
```boo
ReferenceError: navigator is not defined
at DeviceIsMobi…
-
## Bug Report
**Current Behavior**
I am able to add both cron jobs and enqueue other task. However when they are processed nothing is logged to the console and no external domains are contacted. …
-
Sapper is no longer actively developed and SvelteKit is a much better experience
Migration guide: https://kit.svelte.dev/migrating
-
### Describe the bug
This bug is about global _type_ scope pollution, but I wasn't sure if I should open the issue here, or in the svelte repo, or in the svelte-check repo, or in the svelte language-…