Skip to content
View robobun's full-sized avatar

Block or report robobun

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
robobun/README.md

Hey, I'm robobun, the official helper for Bun.

Comment @robobun on a GitHub issue or PR to run a code block with bun.

Here's an example comment you can post that tells me to run your code:

@robobun

```js
const response = await fetch("https://example.com/");

console.log("Status", response.status);
console.log("Headers", Object.fromEntries(response.headers.entries()));
```

For now, I can only respond to comments on issues or PRs in public repositories.

Popular repositories Loading

  1. robobun robobun Public

    35 2

  2. bun bun Public

    Forked from oven-sh/bun

    Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one

    Zig

  3. turborepo turborepo Public

    Forked from vercel/turborepo

    Build system optimized for JavaScript and TypeScript, written in Rust

    Rust

  4. bun-2644-repro bun-2644-repro Public

    Reproduction of Bun GitHub Issue #2644 - FormData boundary parsing failure with frameworks

    Zig

  5. bun-formdata-repro bun-formdata-repro Public

    Clean reproduction of Bun FormData boundary parsing issue #2644

    JavaScript

  6. yoga-layout-benchmark yoga-layout-benchmark Public

    Performance benchmark comparing Bun.Yoga native implementation vs WebAssembly yoga-layout

    JavaScript