Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-11-15 | [examples] React 18 is now beta | 2 | -4/+4 | ||
2021-11-15 | Fix #66 | 3 | -2/+14 | ||
embarassing! | |||||
2021-11-15 | [bun dev] When `--disable-bun.js` flag is passed, don't send 500s for ↵ | 1 | -1/+12 | ||
rendering the fallback | |||||
2021-11-15 | Bump | 1 | -1/+1 | ||
2021-11-15 | [JS Printer] Don't escape slashes | 1 | -0/+1 | ||
2021-11-15 | [internal] `const` is faster than `var` (in Zig! not javascript) | 1 | -2/+2 | ||
2021-11-15 | [JS Printer] Fix bug with template literals | 3 | -11/+41 | ||
2021-11-11 | slightly reduce reallocations | 1 | -4/+4 | ||
2021-11-11 | [JSON Parser] Improve perf by 2%-4% | 2 | -13/+77 | ||
We warn when a JSON object has duplicate keys, but detecting duplicate keys has a cost. Now the hash table used for deduping keys is pooled instead of reallocated each time This also removes a call to potentially resize object properties and arrays to their smallest possible size. Resizing an array can be expensive | |||||
2021-11-10 | Update README.md | 1 | -1/+17 | ||
2021-11-10 | remove a bunch of dead code / unused variables | 4 | -44/+6 | ||
2021-11-09 | fixup | 1 | -8/+2 | ||
2021-11-09 | fix linux build | 1 | -2/+2 | ||
2021-11-09 | Fix missing symbol error for pre-macOS 11bun-v0.0.48 | 5 | -10/+591 | ||
2021-11-09 | Bump | 1 | -1/+1 | ||
2021-11-09 | clang flags: add -mmacosx-version-min flag | 1 | -2/+3 | ||
fixes #55 | |||||
2021-11-08 | :camera: | 5 | -2/+24 | ||
2021-11-08 | Disable Object.freeze | 2 | -14/+14 | ||
2021-11-08 | [bun-framework-next] Use WeakSet for slightly better perf | 1 | -2/+3 | ||
2021-11-08 | tweak | 1 | -2/+8 | ||
2021-11-08 | [JS Printer] Fix bug with optional chain | 8 | -9/+110 | ||
2021-11-08 | use new name | 1 | -1/+1 | ||
2021-11-08 | rename polyfills, polyfill Object.feeze | 2 | -0/+7 | ||
2021-11-07 | Update Makefile | 1 | -0/+3 | ||
2021-11-07 | remove another empty file | 1 | -0/+0 | ||
2021-11-07 | Update package.json | 1 | -1/+1 | ||
2021-11-07 | Add main/module to bun-framework-next | 2 | -0/+3 | ||
2021-11-07 | add react-refresh as a devDep for bun-framework-next | 1 | -0/+3 | ||
2021-11-07 | [bun run] Remove unnecessary code | 1 | -7/+0 | ||
2021-11-07 | [resolver] Fix race condition that can cause the elapsed counter to integer ↵ | 1 | -2/+6 | ||
overflow | |||||
2021-11-07 | misc cleanup for bun-framework-nextnext-cleanup | 7 | -40/+196 | ||
2021-11-07 | Improve ZSH completionsbun-v0.0.46 | 3 | -61/+484 | ||
2021-11-07 | [bun run] Filter out builtin commands from showing up at the top | 1 | -17/+13 | ||
2021-11-07 | [bun run] Filter out js files that start with `.` from completions | 1 | -1/+1 | ||
2021-11-07 | [bun run] Filter out `post*` and `pre*` from the completions | 1 | -1/+17 | ||
2021-11-07 | [zsh] Better zsh completions install dir guessing | 1 | -29/+26 | ||
2021-11-06 | [internal] Generated files | 3 | -8/+2 | ||
2021-11-06 | [build] Improve error messages for build failures | 1 | -26/+57 | ||
2021-11-06 | [macOS] Fix minimum OS target | 1 | -0/+8 | ||
Closes https://github.com/Jarred-Sumner/bun/issues/55 | |||||
2021-11-06 | Debug snapshots | 3 | -661/+672 | ||
2021-11-06 | [internal] Fix `make release` on macOS arm64 | 1 | -2/+2 | ||
2021-11-06 | [internal] Use a better timer for measuring parsing & resolving timings | 2 | -9/+11 | ||
2021-11-05 | Update Makefile | 1 | -0/+2 | ||
2021-11-05 | [internal] Fix the CLI flag for building with JIT permissions | 1 | -4/+22 | ||
2021-11-05 | Update README.md | 1 | -2/+13 | ||
2021-11-05 | Update build-id | 1 | -1/+1 | ||
2021-11-05 | [resolver] Fix bug with package.json `"exports"` resolution with a suffix ↵ | 1 | -5/+4 | ||
after the wildcard | |||||
2021-11-05 | [resolver] Add test for `"exports"` field with a pattern `foo/*.js` | 17 | -1/+28 | ||
2021-11-05 | :camera: Snapshots | 2 | -661/+669 | ||
2021-11-05 | [bun run] Fix issue with \\" \\" in `scripts` | 1 | -0/+7 | ||