bun icon indicating copy to clipboard operation
bun copied to clipboard

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

Results 2139 bun issues
Sort by recently updated
recently updated
newest added

required to make express work: - [x] polyfill require('depd') - [x] fix require('iconv-lite'); - [x] fix require('object-inspect') - [x] polyfill require('node:net').isIP - [x] polyfill require('node:http') apis - [x] polyfill setImmediate...

tracking
polyfill

### Version v0.1.7 ### Platform _No response_ ### What steps will reproduce the bug? ```javascript console.log(String.raw`\?`) ``` ### How often does it reproduce? Is there a required condition? always ###...

bug
transpiler

[The SheetJS bun test suite started failing](https://github.com/SheetJS/sheetjs/actions/workflows/bun.yml) due to a regression in `Buffer#toString("binary")`: ```js var x = Buffer.from("

fix #970, #953 This is a simpler version of `RejectedPromiseTracker` in WebKit, which will save the unhandled promises in a vector. Thank you for your time on this PR :)

packages:bun

### Version `@vscode/dev-container-cli 0.241.3.` ### Platform `Darwin 21.5.0 Darwin Kernel Version 21.5.0: Tue Apr 26 21:08:22 PDT 2022; root:xnu-8020.121.3~4/RELEASE_X86_64 x86_64` ### What steps will reproduce the bug? Following this guide:...

bug
need repro

### What is the problem this feature will solve? ``` ❯ cat package.json|rg link "@iuser/ui": "link:../ui", ❯ bun i [0.05ms] ".env" bun install v0.1.6 error: Unsupported dependency type symlink for...

enhancement

The idea here is to have (some) unit tests use minimum dependencies so that it can be quickly compiled and run. - packages added: `global`, `logger`, `js_ast`, with corresponding stubs...

### Version 0.1.4 ### Platform Darwin Yossis-Air 21.5.0 Darwin Kernel Version 21.5.0: Tue Apr 26 21:08:29 PDT 2022; root:xnu-8020.121.3~4/RELEASE_ARM64_T8101 arm64 ### What steps will reproduce the bug? ``` const isBuffer...

bug
need repro

### Version _No response_ ### Platform body ### What steps will reproduce the bug? Every one we refresh the commit history, we see your commit. ### How often does it...

### Version 0.1.4 ### Platform Linux olyno-PC 5.10.101-amd64-desktop #20.00.05.06-release SMP Mon Mar 14 09:34:55 CST 2022 x86_64 GNU/Linux ### What steps will reproduce the bug? Here are my steps to...

question