-
-
Notifications
You must be signed in to change notification settings - Fork 37.4k
Discussion: private fields and util.inspect #27404
Copy link
Copy link
Closed as not planned
Labels
staleIssues and PRs marked stale due to inactivity and scheduled for automatic closure.Issues and PRs marked stale due to inactivity and scheduled for automatic closure.utilIssues and PRs related to the built-in util module.Issues and PRs related to the built-in util module.
Description
Activity
Metadata
Metadata
Assignees
Labels
staleIssues and PRs marked stale due to inactivity and scheduled for automatic closure.Issues and PRs marked stale due to inactivity and scheduled for automatic closure.utilIssues and PRs related to the built-in util module.Issues and PRs related to the built-in util module.
Now that we have support for private class fields... we need to figure out how (and if) we want to support them with regards to
util.inspect()...Right now, those properties are hidden from the output even when
showHiddenistrue...How should we handle these with inspect?