Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-08-18 | Fix `make headers` | 7 | -58/+31 | ||
2023-08-18 | prettier | 1 | -14/+14 | ||
2023-08-18 | feat: add self-closing & can-have-content (#4206) | 7 | -26/+147 | ||
2023-08-18 | Implement BigIntStats (#4208) | 14 | -221/+1874 | ||
* Implement BigIntStats * changes * rename test * comment * test changes? | |||||
2023-08-18 | Remove most C API usages, add debugger pretty printers for `Headers`, ↵ | 72 | -8964/+7324 | ||
`URLSearchParams`, `FormData`, `Worker`, `EventTarget` (#4187) * Add pretty printers for `Headers`, `URLSearchParams`, and `FormData` * [untested] Add way to code generate getInternalProperties * bump * Bump Webkit * Ref the event loop while loaded * wip * checkpoint * another checkpoint * The code has been written * Fixup exports * Fix all the errors * Fix bug * [console.log] Fix bug when printing non-reified types missing values * Fix loading hash table * fix plugin * Fix ref & unref * auto-unref * various fixes * Update bun.zig * Set toStringTag * Delete code for macro JSX * Delete code for `bun dev` HTTP JS * Move Bun.serve to C++ API * Delete JSC C API code * :scissors: :skull: code * Use JSC C++ for `confirm`, `Crypto`, `prompt`, `alert` * more dead code * Update exports.zig * Use JSC C++ API for FFI * Remove remaining usages * Remove remaining usages * Update ffi.ts * Update InternalModuleRegistryConstants.h * draw the rest of the owl * Update webcore.zig * bind it * Fix performance regression in crypto.randomUIUD() * Update js_parser.zig --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2023-08-18 | fix `--bail` test | 1 | -1/+1 | ||
2023-08-17 | Add `util.inspect.custom` support to `util.inspect/Bun.inspect/console.log` ↵ | 15 | -78/+648 | ||
(#4194) * start work on util.inspect.custom * asdf * finish util inspect custom inspect * inspect * fix tests * revert * tidy * revert * oops * test * fix issues | |||||
2023-08-17 | Support Nitro (#4098) | 10 | -18/+180 | ||
* Add formatWithOptions * tests and tweaks * adjust * changes * hi * add mark/measure stubs * stuff * allow unix absolute paths here * typo * rebase * fix stats | |||||
2023-08-17 | Update Astro guide | 1 | -1/+5 | ||
2023-08-17 | Allow IncomingRequest.req to be overwritten. (#4154) | 3 | -8/+21 | ||
* Allow IncomingRequest.req to be overwritten. * add test * fix test * yoo | |||||
2023-08-17 | Fix(node:fs): add buffer parameter in fs.read callback. (#4191) | 3 | -5/+151 | ||
Close: #4178 | |||||
2023-08-17 | refactor: move HTMLRewriter to c++ bindings (#4193) | 16 | -1127/+4961 | ||
2023-08-17 | Fix description for executables page | 1 | -1/+1 | ||