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 supported14 Subscribers
Add a CodeTriage badge to bun
Help out
- Issues
- node-compat: `new URL('/x#y', 'thismessage::/')` parses in node, throws in bun, and the jsonschema npm package depends on the node behavior
- Introduce `Bun.unsafe.mmap` — Direct memory-mapped files for ultimate zero-copy I/O
- Native `Bun.InlineWasm` — The DX Holy Grail for Zero-Copy, Sandboxed TS-to-WASM Compilation
- tsconfig `extends` via a package specifier is ignored by the transpiler: decorators compile with TC39 semantics and no `design:*` metadata
- test/bundler: destructure timeoutScale so tests that set it aren't silently dropped
- Introduce Bun.Struct — Native C-ABI aligned structs for zero-overhead pointer mapping & FFI
- ci(vendor): add skipTestNames so a single upstream test can be skipped by name
- node:url: parse query with querystring.parse in url.parse(url, true)
- FileSystemRouter: surface route-load errors from reload() like the constructor does
- Bun.Transpiler: use the same AggregateError message for transform() and transformSync()
- Docs
- Zig not yet supported