-
This plugin throws an error when resolving imported assets as described by the Bun documentation [here](https://bun.sh/docs/bundler#assets):
### Files
- ./index.ts
- ./desert/background.png
``…
-
### Describe the bug
prettier-plugin-svelte delete part of snippet types, resulting in broken code
### Reproduction
```html
const arr: string[] = []
const obj: { key: string } = {}
{#s…
-
Tim should borrow some callable utilities from Nim's standard library
Tim's standard library in modules:
`std/system`, `std/strings`, `std/arrays`, `std/objects`, `std/math` and `std/os` (read-onl…
-
We've been attempting to migrate our app from sapper to sveltekit and ran into the problem of web sockets, in sapper we could simply attach the WebSocket server directly to the express server and be d…
-
### What version of Bun is running?
1.1.27+267afa293
### What platform is your computer?
Darwin 23.6.0 x86_64 i38 OR Linux 6.1.43 x86_64 unknown
### What steps can reproduce the bug?
1. Test fi…
-
## 💥 Proposal
With [Webpack 5 support](https://github.com/facebook/docusaurus/pull/4089), re-build times are now faster.
But we still need to improve the time for the first build which is not …
-
### Feature Use Case
```js
input: [
'src/server/one.js',
'src/server/two.js'
]
```
The code above will create chunks when both files have same imports. Sometimes it's not desired, f…
-
### Describe the bug
We have a component which uses an `enum` as a value in a `.svelte` file. When using `@sveltejs/vite-plugin-svelte@3.1.1` the following works as expected. However, when upgradin…
-
### Describe the bug
When I use any rune within a class in a file suffixed with `.svelte.ts`, I get compile errors while running vitest. However, I don't get compile errors while running `pnpm dev` o…
-
Consider the following `vite.config.ts`:
```ts
import { defineConfig } from 'vite'
import devServer from '@hono/vite-dev-server'
const entry = 'src/index.tsx'
export default defineConfig({
…