Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-07-21 | Use WebKit's URL parser in fetch() and `bun install` (#3730) | 1 | -1/+1 | ||
* Use WebKit's URL parser in fetch() and `bun install` * Allocate less memory * Fix test --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2023-07-20 | Update async_hooks.node.test.ts | 1 | -1/+1 | ||
2023-07-19 | Implement `AsyncLocalStorage` (#3089) | 3 | -0/+631 | ||
* work to get async local storage working. * a * a * everything but queueMicrotask * sdfghj * . * finish * tests * test * ok * done * im so stupid * Upgrade WebKit * refactor * refactor * changes requested * oops * cool * fix runInAsyncScope |