bun
bun copied to clipboard
fix: make constructor of EventEmitter callable
What does this PR do?
makes the EventEmitter constructor callable, particularly useful for making Jest work again (closes #14346)
- [ ] Documentation or TypeScript types (it's okay to leave the rest blank in this case)
- [ ] Code changes