mattinsler/longjohn

Extend other EventEmitter-like objects with longjohn functionality

Closed this issue · 1 comments

+Infinity to long stack traces. We use EventEmitter2 and I'd like to extend the prototype with this functionality for nextTick.

Thoughts?

NextTick is already covered. Looks like EventEmitter2 emitting doesn't break the call chain at all. Is this true? I could definitely add support for EventEmitter2, but it looks like they're not entirely necessary. Are you thinking to just have boundaries set within the EventEmitter2 code?