Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-12-02 | [node:event] Add `captureRejectionSymbol` | 1 | -0/+4 | ||
2022-09-28 | Support a `default` object in CommonJS wrapper | 1 | -0/+18 | ||
Fixes https://github.com/oven-sh/bun/issues/1284 Related to https://github.com/oven-sh/bun/issues/1285 | |||||
2022-09-05 | Support async `onLoad` callbacks in `Bun.plugin` | 1 | -20/+29 | ||
2022-08-21 | Add native EventEmitter (#1123) | 1 | -0/+27 | ||
* Add native EventEmitter * add listeners, listenerCount and eventNames * add global functions * add Object to EventEmitter conversion * fix upon review |