Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-04-07 | fix(node:events): correct `node:events.once`, add testsderrick/fix/event-emitter-async-iter | 1 | -3/+295 | ||
2023-04-06 | fix(node:events): fix abort behavior | 1 | -145/+160 | ||
2023-04-06 | test(node:events): remove `console.log` | 1 | -1/+0 | ||
2023-04-06 | feat(node:events): finish `EE.AsyncIterator` and `node:events.on()`, add ↵ | 1 | -129/+132 | ||
some tests | |||||
2023-04-06 | wip(node:events): get async iter working, work through test flakiness | 1 | -35/+59 | ||
2023-04-06 | wip(node:events): fix `node:events.on` async iter to spec | 3 | -96/+478 | ||
2023-03-22 | Fix types (#2453) | 1 | -3/+4 | ||
* WIP * WIP * WIP * WIP * Improve typechecking in type files * Fix typechecking * Update * Update submodule * CI for typechecking * Add ci * Update commands * Format after build * Dont use bunx * Rename job * Use nodemodules prettier * Update workflow * Use symlink * Debug * Debug * Clean up and rename jobs | |||||
2023-03-19 | Reduce number of module scopes created | 1 | -1/+1 | ||
2023-03-15 | Rename `expectObjectTypeCount` to `expectMaxObjectTypeCount` | 1 | -2/+2 | ||
2023-03-15 | fix gc-related flaky test failures (#2402) | 1 | -19/+13 | ||
2023-03-07 | Reorganize tests (#2332) | 2 | -0/+187 | ||