aboutsummaryrefslogtreecommitdiff
path: root/docs/runtime/nodejs-apis.md (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-04-21Revert "implement `node:events` in javascript (#2604)"Gravatar Jarred Sumner 1-1/+1
This reverts commit 96a2ed1040d5a0ca51ae41267cba4f8e5d0a6142.
2023-04-18implement `node:events` in javascript (#2604)Gravatar dave caruso 1-1/+1
* 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-04-13Docs restructuring (#2638)Gravatar Colin McDonnell 1-0/+683
* Restructure * Update nav * Reorg * Reshuffle ecosystem pages * Split up runtime/runtime * Back to runtime/index * Fix issue * Split up runtime/index * Add Writing Tests page * Prettier matcher table * More updates