Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-04-21 | Revert "implement `node:events` in javascript (#2604)" | 1 | -0/+101 | ||
This reverts commit 96a2ed1040d5a0ca51ae41267cba4f8e5d0a6142. | |||||
2023-04-18 | implement `node:events` in javascript (#2604) | 1 | -101/+0 | ||
* initial event emitter reimplementation * implement most of node:events. tests passing * work on emitter * fix importing node:events * work on event emitter tests * event work * event work * event stuff and experimenting with a lazy createHash * cleanup crypto stuff i had on this branch * finish event stuff up * fix error monitor * validate listeners are functions * changes requested | |||||
2023-02-26 | Update emitter.mjs | 1 | -1/+7 | ||
2023-02-25 | make emitter bench work in node | 1 | -0/+95 | ||