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
- Runtime transpiler inlines `const` literals into closures, so `Function.prototype.toString()` no longer returns the source text
- JavaScriptCore accepts `await` as an arrow function parameter name in an async function when the parser's function cache holds the arrow function
- JavaScriptCore accepts `arguments` and some `await` parameter names in an arrow function in a class static block
- Add an opt-out for `bun run --filter` output prefixes so GitHub Actions annotations survive
- node:http2: pushStream() and ping() still work after session.close(), node refuses both
- node:http2 server: request trailers that arrive after session.close() do not emit 'trailers'
- node:http: a 'connect' or 'upgrade' socket has no read backpressure, a paused tunnel buffers everything the client sends
- node:http2 client: a pushed stream never closes when its END_STREAM HEADERS and the CONTINUATION arrive in different reads
- Start the HTML server when the entry of the `node` shim resolves to an HTML file
- Bun.Transpiler replMode with target "bun" emits `var {require}=import.meta;`, a SyntaxError in vm.runInContext
- Docs
- Zig not yet supported