Skip to content
View robobun's full-sized avatar

Block or report robobun

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
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

    33 2

61 contributions in the last year

Contribution Graph
Day of Week March April May June July August September October November December January February March
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Loading A graph representing robobun's contributions from March 17, 2024 to March 18, 2025. The contributions are 95% commits, 3% pull requests, 2% issues, 0% code review.

Contribution activity

March 2025

Created a pull request in DefinitelyTyped/DefinitelyTyped that received 5 comments

[bun] update to 1.2.5

Update bun-types version to 1.2.5 https://bun.sh/blog/bun-v1.2.5

+1 −1 lines changed 5 comments
Loading