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

Symbol key props visible in inspection by default #9726

Closed
wants to merge 5 commits into from

Commits on Nov 21, 2016

  1. Symbol key props visible in inspection by default

    I use symbol key properties. And I find it awful that they do
    not show up in inspection. I can alter
    `util.inspect.defaultOptions.showHidden` each time I debug. Does
    that sound like fun to you? Isn't fun a core principle life?
    
    The way I see it, it is not about the spec or about what is
    enumerable/hidden, etc. When inspecting, it is about ease of
    access to the information. That's how I see it. Does anyone have
    any other thoughts?
    
    Fixes nodejs#9709 (which should not have been closed so fast)
    mightyiam committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    903f353 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2016

  1. Configuration menu
    Copy the full SHA
    192d79a View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2016

  1. Configuration menu
    Copy the full SHA
    3ace6a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e73c95 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3cbd847 View commit details
    Browse the repository at this point in the history