bun
bun copied to clipboard
Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one
In a process of trying to build Bun on Windows I found some problems and prepared some fixes. Bun still doesn't build on Windows and obviously it's very far from...
The build requires GNU sed so let's error out early if we're using BSD sed so that you don't have to wait half of the build to run to discover...
For https://github.com/oven-sh/bun/issues/293 - checks if file (e.g. `~/.zshrc`) is writable before attempting to write to it, and shows a more clear error message when it fails - adds `bash` to...
## WHAT Added more `.PHONY` and help comments in the Makefile. PS: this is more like a continuation of these two merged PR : - https://github.com/oven-sh/bun/pull/847 - https://github.com/oven-sh/bun/pull/804
### Version 0.1.6 ### Platform Linux helipad 5.10.16.3-microsoft-standard-WSL2 (hashtag)1 SMP Fri Apr 2 22:23:49 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux ### What steps will reproduce the bug? - Create a...
Add help text for the 'bun' target so that it appears in the list of targets when you run just 'make'.
### What is the problem this feature will solve? Some heavy server-side applications rely on multithreading. We run a couple of these in our company. I wanted to see if...
### Version 0.1.5 ### Platform Microsoft Windows NT 10.0.19044.0 x64 ### What steps will reproduce the bug? ```ts import {test} from 'bun:test' import {ok} from 'assert' throw new Error("fail") test('asdf',...
bun repl
### What is the problem this feature will solve? want to be able to quickly run a code snippet without creating a file ### What is the feature you are...
Windows Support
The README and releases tab implies that Windows is not supported for this project. Is this due to WebKit (JavaScriptCore) being exclusive to *nix platforms (Linux, macOS)? Are there any...