bun
bun copied to clipboard
Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one
### What version of Bun is running? 1.2.16-canary.22+022a567af ### What platform is your computer? Darwin 24.5.0 arm64 unknown ### What steps can reproduce the bug? root `package.json` ```json { "workspaces":...
### What does this PR do? Implement X25519 deriveBits for WebCrypto API
### What does this PR do? WIP. Needs to choose latest matching instead of latest. Need to get rid of .md slop - [ ] Documentation or TypeScript types (it's...
Modify tls to add its callback by listening for 'connection' / 'secureConnection' rather than calling the handler directly. Issues: - [ ] An error thrown in the tls.createServer() socket callback...
### How can we reproduce the crash? All I did was create a React project with a Shadcn + TailwindCSS template using `bun init`, and made minor changes to src/App.tsx...
### What does this PR do? Updates the `src/bun.js/api/welcome-page.html.gz` file which gets embedded into the Bun binary and served as a fallback whenever `Bun.serve` handler doesn't return `Response` from a...
### What version of Bun is running? 1.2.15+df017990a ### What platform is your computer? Linux 6.14.8-orbstack-00288-g80b66077b748-dirty aarch64 unknown ### What steps can reproduce the bug? Run this program: ``` import...
### What does this PR do? Extends the error message when failing to read a symlink with the target path as well as sets the `dest` field to the target...
### What does this PR do? This PR fixes issue #19952 by making console.trace() go to stderr. Furthermore, it improves node.js compatibility by adding the Trace: statement before the printing...
### What does this PR do? fix a bug with long paths in windows - [ ] Documentation or TypeScript types (it's okay to leave the rest blank in this...