Pinned
Bun is a fast, all-in-one toolkit for installing, bundling, running and testing JavaScript & TypeScript. To install: `npm i -g bun`
Joined July 2022
- We’re adding one more new subcommand in Bun v1.4 guess what
- In the next version of Bun Web APIs like `URL`, `Headers`, and `URLSearchParams` get up to 4x faster
- In the next version of Bun The `cgroup` option in `Bun.spawn` lets you limit cpu & memory usage of spawned processes on Linux
- Should we add Response.prototype.xml() & Request.prototype.xml()? ``` const response = await fetch(url) const obj = await response.xml() ```
When you make a selection it cannot be changed
1,949 votes5h left

