bun
https://github.com/oven-sh/bun
Zig
Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Zig not yet supported17 Subscribers
Add a CodeTriage badge to bun
Help out
- Issues
- `bun test` runs a file twice when two path arguments select it (`bun test --isolate ./sub ./sub/b.test.ts`)
- `bun run --filter` fails with `error: Unexpected` when a "workspaces" entry is an absolute path
- fs and http reject the `utf-16le` encoding alias and accept `utf16-le`
- node:net, node:tls: socket teardown events that still differ from Node (spurious 'end', ERR_SOCKET_CLOSED in place of the real error)
- bun install ignores a negated `workspaces` entry written as `!./path` or `!path/`
- Bun.WebView (webkit): expose the navigation's HTTP response, and allow setting the user agent
- Bun.WebView (chrome): per-view browser contexts, for isolated cookies and a per-view proxy
- node:http: a pipelined Upgrade request never reaches shouldUpgradeCallback or the 'upgrade' event
- node:http2: respond() with a header block over maxSendHeaderBlockLength sends no frame, the client request hangs
- node:buffer: an encoding that is not a string is coerced differently than in Node
- Docs
- Zig not yet supported