mirror of
https://github.com/oven-sh/bun
synced 2026-02-11 03:18:53 +00:00
* Simplify string handling code * add extra + external * Update fs.test.ts * Bump * woopsie * prettier * Rename stats() to resourceUsage() * Fix leak * Fix more leaks * Setup malloc heap breakdown * Thread safety * Fix bug when creating buffer from utf-16 string cc @dylan-conway * Use global allocator * More new * Update fs.test.ts * Update setTimeout.test.js * Fix UAF in HTMLRewriter * More bun.new * Remove logs * Un-skip test which no longer is flaky * Even more `bun.new` * Fix memory leak in HTMLRewriter. Fixes #2325 * Don't accept Buffer for now * Fix issue with node-fetch polyfill * Don't destruct the response value too soon --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>