-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Is your feature request related to a problem? Please describe the problem.
Yes, the current setup for Node.js …
-
### What version of Bun is running?
1.0.2
### What platform is your computer?
Darwin 22.6.0 arm64 arm
### What steps can reproduce the bug?
#### From the host OS
docker run -it --rm --…
-
### What version of Bun is running?
1.1.27+267afa293 (also tested on 1.1.30)
### What platform is your computer?
Linux 5.15.153.1-microsoft-standard-WSL2 x86_64 x86_64
### What steps can reproduce…
-
Like the title says, i wanted to run the bundler in watch mode using a js file containing
```js
await Bun.build({
entrypoints: ["./test.ts"],
outdir: ["./dist"],
sourcemap: "extern…
-
### What version of Bun is running?
1.0.18+36c316a24
### What platform is your computer?
Darwin 22.3.0 arm64 arm
### What steps can reproduce the bug?
```bash
git clone https://github.…
-
Hi,
I get the following when running **sudo nixos-rebuild switch --flake ~/.config/nixos#nixos** (where nixos is my hostname)
`error: builder for '/nix/store/1qysn8bysi5gxya79iyanv1jkgz1xdkb…
-
### What is the problem this feature would solve?
Bun does not implement full-duplex streaming for `fetch()`. Node.js and Deno do.
### What is the feature you are proposing to solve the problem?…
-
dir/package.json:
```json
{
"dependencies": {
"testing": "./testing123.js"
}
}
```
dir/testing123.js
```js
console.log("Testing");
```
`bun install`:
```console
bun install v…
-
### NextUI Version
2.**
### Describe the bug
In simple terms the project just created using `nextui init my_app` built in standalone mode,
bun .next/standalone/server.js - no styles applied.…
-
### What is the problem this feature will solve?
Adding `path.mimeType()` and `path.charset` will solve the dependency on an external library, mime-types, to get the content type of a file based on i…