Replies: 1 comment 2 replies
|
I like the idea, but I'm curious about compatibility with existing tooling. Do you know if anyone parses the output of I wonder if an optional flag (for example, |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I was kind of suprised that
event:listdoes not list wildcards event listeners, wich can be somewhat surprising as the documentation states that all of the listeners registered are listed.Adding wildcards is pretty easy we just need to read the listeners from
Dispatcher@getListenersinstead ofDispatcher@getRawListeners.Would be enough to add the wildcard listeners to the listing.
I don't know if this change would be wildly breaking to the command for people that use custom dispatchers.
Maybe we could add this behind an optional parameter if this change can be breaking
All reactions