Skip to content

Symbol key props visible in inspection by default#9726

Closed
mightyiam wants to merge 5 commits intonodejs:masterfrom
mightyiam:symbol-key-props-visible
Closed

Symbol key props visible in inspection by default#9726
mightyiam wants to merge 5 commits intonodejs:masterfrom
mightyiam:symbol-key-props-visible

Conversation

@mightyiam
Copy link
Copy Markdown
Contributor

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 #9709 (which should not have been closed so fast)

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

notable-change PRs with changes that should be highlighted in changelogs. semver-major PRs that contain breaking changes and should be released in the next major version. util Issues and PRs related to the built-in util module.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Inspected objects’ symbol key properties are hidden by default