Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

events: remove reaches into _events internals #17440

Closed

Commits on Dec 14, 2017

  1. events: remove reaches into _events internals

    Refactor lib & src code to eliminate all deep reaches into the
    internal _events dictionary object, instead use available APIs
    and add an extra method to EventEmitter: wrappedListeners.
    apapirovski committed Dec 14, 2017
    Copy the full SHA
    707fca2 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    a9b213c View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    db52004 View commit details
    Browse the repository at this point in the history
  4. fixup: add #on example

    apapirovski committed Dec 14, 2017
    Copy the full SHA
    53aab29 View commit details
    Browse the repository at this point in the history