Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-07-07 | fix: add unzip is required information | 1 | -0/+28 | ||
2022-07-06 | fix tabpanel a11y | 1 | -31/+47 | ||
2022-07-06 | fix a11y issues on landing | 2 | -86/+139 | ||
2022-07-06 | docs: Fix broken toc link | 1 | -4/+4 | ||
2022-07-06 | fixup!: add newline to end of file | 1 | -1/+1 | ||
2022-07-06 | refactor: wrap BigInt tests in describe block | 1 | -9/+11 | ||
Place BigInt tests inside of describe block to match test structure of the rest of the codebase. | |||||
2022-07-06 | Add Bun logo | 1 | -0/+3 | ||
2022-07-06 | adding a template .gitignore | 1 | -0/+88 | ||
2022-07-06 | Fix #253 - Explicitly exported `randomUUID` from global `crypto` | 1 | -0/+3 | ||
2022-07-06 | Fix `Safari's implementation` broken link | 1 | -1/+1 | ||
2022-07-06 | Allow setting MIN_MACOS_VERSION as an environment variable | 1 | -12/+10 | ||
2022-07-06 | Allow setting LLVM_PREFIX as an environment variable | 1 | -1/+1 | ||
2022-07-06 | fix: home page links | 1 | -3/+3 | ||
2022-07-06 | fix: typo in the word enormous. fixes #214 | 2 | -8/+8 | ||
2022-07-06 | [bench] Add comparison for react-dom builds | 1 | -0/+68 | ||
2022-07-05 | Disable response body auto compression in Deno | 4 | -1/+4 | ||
Allows for a more apples to apples comparison between runtimes | |||||
2022-07-05 | fix: missing space in docs on homepage | 1 | -1/+1 | ||
2022-07-05 | Change fish path addition command | 1 | -2/+2 | ||
2022-07-05 | Update build-idbun-v0.1.1 | 1 | -1/+1 | ||
2022-07-05 | delete this | 1 | -37/+3 | ||
2022-07-05 | update | 3 | -13/+24 | ||
2022-07-05 | add invite url guide | 1 | -0/+2 | ||
2022-07-05 | add creating discord bots to readme | 2 | -1/+32 | ||
2022-07-05 | nitpick README | 1 | -5/+5 | ||
- modify wording of example which implies there are two blobs beings passed when only one is - styling Bun.js -> bun.js for consistency - correct 63 bits -> 53 bits | |||||
2022-07-05 | Fix testsbun-v0.1.0 | 4 | -4/+4 | ||
2022-07-05 | [create] Don't print timestamp because it formats weird | 1 | -3/+0 | ||
2022-07-05 | mitigate HMR bug | 1 | -3/+3 | ||
2022-07-05 | Bump discord-interactions template | 2 | -4/+7 | ||
2022-07-05 | latest | 5 | -26/+978 | ||
2022-07-05 | nitpicks | 1 | -1/+1 | ||
2022-07-05 | more examples | 3 | -1/+73 | ||
2022-07-05 | TLA & typescript | 4 | -6/+36 | ||
2022-07-05 | discord interactions template | 9 | -0/+208 | ||
2022-07-05 | latest | 5 | -98/+273 | ||
2022-07-05 | Fix copy button | 1 | -6/+14 | ||
2022-07-05 | Current landing | 6 | -288/+1288 | ||
2022-07-05 | [breaking] `bun` now prints the help menu instead of the dev server | 1 | -7/+3 | ||
2022-07-05 | [jsc] More careful code in dynamic require | 3 | -16/+19 | ||
2022-07-05 | Fix crash in dynamic import? | 1 | -14/+10 | ||
2022-07-05 | Fix bug in ffi | 2 | -4/+4 | ||
2022-07-05 | [bun-framework-next] Bump | 4 | -5/+5 | ||
2022-07-05 | Clean up some benchmarks | 5 | -3/+102 | ||
2022-07-04 | [bench] react hello world | 4 | -8/+220 | ||
2022-07-04 | Update Dockerfile | 1 | -1/+1 | ||
2022-07-04 | [internal] Don't need to run jsc-bindings-headers in CI | 2 | -12/+1 | ||
2022-07-04 | once more | 1 | -1/+4 | ||
2022-07-04 | [internal] Fix build script on old node | 1 | -0/+7 | ||
2022-07-04 | Handle global require("string") | 4 | -19/+30 | ||
2022-07-04 | Fix case in dynamic require() | 2 | -5/+24 | ||
2022-07-04 | [internal] Fix duplicate symbol issue | 1 | -3/+0 | ||