Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
colinhacks
/
bun
Public
forked from
oven-sh/bun
Notifications
You must be signed in to change notification settings
Fork
0
Star
2
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
bun
test
on
main
User selector
All users
All time
Commit history
Commits on Nov 14, 2022
Bugfixes and perf improvements to child_process
Jarred-Sumner
committed
20eff9f
View commit details
Copy full SHA for 20eff9f
View code at this point
Browse repository at this point
Add an e2e test
Jarred-Sumner
committed
4a8bbc2
View commit details
Copy full SHA for 4a8bbc2
View code at this point
Browse repository at this point
Make node streams faster (#1502)
Show description for b18e406
Jarred-Sumner
authored
b18e406
View commit details
Copy full SHA for b18e406
View code at this point
Browse repository at this point
Commits on Nov 13, 2022
Fix infinite write loop on Linux
Jarred-Sumner
committed
a78b6f9
View commit details
Copy full SHA for a78b6f9
View code at this point
Browse repository at this point
Fix memory leak in gzip pool + add test for gzip'd data
Jarred-Sumner
committed
1cce9da
View commit details
Copy full SHA for 1cce9da
View code at this point
Browse repository at this point
Redo how we poll pipes (#1496)
Show description for 21bf3dd
Jarred-Sumner
authored
21bf3dd
View commit details
Copy full SHA for 21bf3dd
View code at this point
Browse repository at this point
Commits on Nov 12, 2022
Add test that fails on linux
Jarred-Sumner
committed
514f2a8
View commit details
Copy full SHA for 514f2a8
View code at this point
Browse repository at this point
Commits on Nov 10, 2022
:scissors:
Jarred-Sumner
committed
7b4c880
View commit details
Copy full SHA for 7b4c880
View code at this point
Browse repository at this point
Implement `napi_create_external` and `napi_get_value_external`
Jarred-Sumner
committed
dddbce8
View commit details
Copy full SHA for dddbce8
View code at this point
Browse repository at this point
Update websocket-server.test.ts
Jarred-Sumner
committed
7deca69
View commit details
Copy full SHA for 7deca69
View code at this point
Browse repository at this point
Implement Server.publish()
Show description for 8753c48
Jarred-Sumner
committed
8753c48
View commit details
Copy full SHA for 8753c48
View code at this point
Browse repository at this point
fix(child_process): fix execFileSync options.input (#1479)
Show description for 7f5022d
ThatOneBro
authored
7f5022d
View commit details
Copy full SHA for 7f5022d
View code at this point
Browse repository at this point
Commits on Nov 9, 2022
Add bun-types, add typechecking, add `child_process` types (#1475)
Show description for f7f1b60
3 people
authored
f7f1b60
View commit details
Copy full SHA for f7f1b60
View code at this point
Browse repository at this point
Fix #1354
Jarred-Sumner
committed
da25733
View commit details
Copy full SHA for da25733
View code at this point
Browse repository at this point
Support TypeScript `satisfies`
Show description for 565996a
Jarred-Sumner
committed
565996a
View commit details
Copy full SHA for 565996a
View code at this point
Browse repository at this point
Error.captureStackTrace implementation (#1476)
Show description for 047a8d3
dylan-conway
and
Jarred-Sumner
authored
047a8d3
View commit details
Copy full SHA for 047a8d3
View code at this point
Browse repository at this point
Fixes #1426
Jarred-Sumner
committed
cb41d77
View commit details
Copy full SHA for cb41d77
View code at this point
Browse repository at this point
Fix `Buffer.from(text, "base64")` and `Buffer.toString("base64")`
Jarred-Sumner
committed
af39313
View commit details
Copy full SHA for af39313
View code at this point
Browse repository at this point
Commits on Nov 8, 2022
Fix child_process tests (#1471)
Show description for 9ccc455
ThatOneBro
authored
9ccc455
View commit details
Copy full SHA for 9ccc455
View code at this point
Browse repository at this point
Add a test for DOMJIT call version of TextDecoder
Jarred-Sumner
committed
fac4efb
View commit details
Copy full SHA for fac4efb
View code at this point
Browse repository at this point
Add a couple more tests for `typeof`
Jarred-Sumner
committed
f17080d
View commit details
Copy full SHA for f17080d
View code at this point
Browse repository at this point
Fix failing transpiler tests
Jarred-Sumner
committed
2077e56
View commit details
Copy full SHA for 2077e56
View code at this point
Browse repository at this point
Stack allocate arguments to make it actually threadsafe
Jarred-Sumner
committed
3e9bb68
View commit details
Copy full SHA for 3e9bb68
View code at this point
Browse repository at this point
Fix Buffer.slice and Buffer.subarray
Jarred-Sumner
committed
38db5f1
View commit details
Copy full SHA for 38db5f1
View code at this point
Browse repository at this point
Fix newline normalization
Show description for bb8c803
Jarred-Sumner
committed
bb8c803
View commit details
Copy full SHA for bb8c803
View code at this point
Browse repository at this point
Fix peek test
Jarred-Sumner
committed
52eac73
View commit details
Copy full SHA for 52eac73
View code at this point
Browse repository at this point
Commits on Nov 7, 2022
Fix a couple failing tests
Jarred-Sumner
committed
5005188
View commit details
Copy full SHA for 5005188
View code at this point
Browse repository at this point
Maybe fix bug with onExit callback?
Jarred-Sumner
committed
8189f78
View commit details
Copy full SHA for 8189f78
View code at this point
Browse repository at this point
Support unlimited arguments in process.nextTick
Jarred-Sumner
committed
2eb19a9
View commit details
Copy full SHA for 2eb19a9
View code at this point
Browse repository at this point
[bun:test] Implement `done` callback with support for async functions
Jarred-Sumner
committed
c00359a
View commit details
Copy full SHA for c00359a
View code at this point
Browse repository at this point
Fixes https://github.com/oven-sh/bun/issues/1462
Jarred-Sumner
committed
1f174b9
View commit details
Copy full SHA for 1f174b9
View code at this point
Browse repository at this point
Commits on Nov 6, 2022
Prettier
Jarred-Sumner
committed
40160ec
View commit details
Copy full SHA for 40160ec
View code at this point
Browse repository at this point
[TypeScript] Fix `export = value`
Jarred-Sumner
committed
1cb5a73
View commit details
Copy full SHA for 1cb5a73
View code at this point
Browse repository at this point
feat(child_process): add node:child_process polyfill (#1424)
Show description for be108c0
ThatOneBro
authored
be108c0
View commit details
Copy full SHA for be108c0
View code at this point
Browse repository at this point
Fix fetch api to accept stringifier object (#1460)
Show description for 9d3f1e0
zhiyuang
authored
9d3f1e0
View commit details
Copy full SHA for 9d3f1e0
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.