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

util: support inspecting Map, Set, and Promise #1471

Closed
wants to merge 8 commits into from
Closed

util: support inspecting Map, Set, and Promise #1471

wants to merge 8 commits into from

Commits on Apr 20, 2015

  1. util: support inspecting Map and Set

    The output format is inspired by Chrome DevTools.
    monsanto committed Apr 20, 2015
    Configuration menu
    Copy the full SHA
    613a63b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21e4e92 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    87e36a6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    10d88e5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1185ff3 View commit details
    Browse the repository at this point in the history
  6. (rebase) promise fixes

    monsanto committed Apr 20, 2015
    Configuration menu
    Copy the full SHA
    c4d2cd0 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2015

  1. (rebase) fix showHidden on empty set/map

    we may mutate keys in the typecase, so don't check keys.length until no
    more mutations.
    monsanto committed Apr 21, 2015
    Configuration menu
    Copy the full SHA
    ba53e97 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2015

  1. nits n stuff

    monsanto committed Apr 23, 2015
    Configuration menu
    Copy the full SHA
    79627ae View commit details
    Browse the repository at this point in the history