-
### How can we reproduce the crash?
```
bun i vite-node @solidjs/router solid-js vite-plugin-solid
```
make sure your `vite.config.ts` is setup correctly:
```ts
import { defineConfig } from "vite";
i…
-
- [ ] I'd be willing to implement this feature ([contributing guide](https://yarnpkg.com/advanced/contributing))
- [x] This feature is important to have in this repository; a contrib plugin wouldn't…
-
### What version of Bun is running?
1.1.20 and 1.1.24
### What platform is your computer?
Darwin 23.6.0 arm64 arm
### What steps can reproduce the bug?
Running the `linguist-js` package intermitt…
-
### Issue Summary
Everything binds correctly with Bun except the each() method. Calling the each() method causes the following error:
```console
dyld[75263]: missing symbol called
zsh: abort …
-
**Describe the bug**
Using bun, I get the following error when trying to use `DOMParser.parseFromString`:
```
84 | */
85 | #createDocument(mimeType) {
86 | const window = this[…
-
```bash
>> Installing dependencies...
>>> Unexpected error. Please report it as a bug:
Error: Command failed with exit code 3: bun install
bun install v1.1.29 (6d43b366)
Resolving dependencies
…
-
### Describe the bug
So, I'm updating my project to Svelte 5 and I ran into a a problem.
Just by updating it the bundle-size of my project grew by aproximatedly 9kb. Since it was on my example …
-
### Describe the bug
With Storybook 8.2.0 or higher, and **using [Bun](https://bun.sh) as the JavaScript runtime instead of Node.js**, the Storybook server starts correctly but upon trying to load …
-
### How can we reproduce the crash?
_No response_
### Relevant log output
_No response_
### Stack Trace (bun.report)
Bun v1.1.33 ([`247456b`]()) on macos aarch64 [UpdateCommand]
Segmentation fau…
-
### How can we reproduce the crash?
I had `bun build --watch` running in the background for a while (several days), and out of nowhere just found it in a crashed state. Did not do anything out of the…