mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 18:38:55 +00:00
* exit event loop if there's unhandled errors * move FixedQueue to a special package * require(events) is also EventEmitter * implement events.on * move fixed_queue to internal and make it lazy in node:events * use better Promise intrinsics * move $shared to internal/shared * make test not dependent on cwd