paperdave / various

Various libraries and applications related to TypeScript. Everything is contained in a monorepo to improve productivity and reduce boilerplate.
MIT License
31 stars 3 forks source link

replace `@paperdave/events` with a copy of bun's event emitter #62

Open paperdave opened 1 year ago

paperdave commented 1 year ago

what i want to do is after my work on https://github.com/oven-sh/bun/pull/2604 is done: copy that events library as is, then optimize it further by making breaking changes and dropping support for weird behaviors, force es6 class, etc.

might be interesting.