mirror of
https://github.com/oven-sh/bun
synced 2026-02-15 05:12:29 +00:00
* rename callback to func * update testscope to handle function arguments * works * big cleanup * works in debug, not release * fix memory issue & update tests * catch & str test * write types for each() & switch tests to ts * rm & typo * move some code around & support describe * review changes