-
Notifications
You must be signed in to change notification settings - Fork 42
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
Fix array console output #1135
Fix array console output #1135
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 Nice
f3e332c
to
3bcb2e2
Compare
6aeed11
to
e522b1d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
82fb803
to
bda54b9
Compare
The base branch was changed.
11be8b3
to
010b677
Compare
010b677
to
a981764
Compare
This allows the remote object to be parsed into an array if that is what it is instead of an object where the keys are index values.
This updates parseConsoleRemoteObjectValue to work with parseConsoleRemoteArrayPreview which will parse an array.
Resolves: #1135 (comment)
a981764
to
877cb03
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
What?
This changes the way the output of an array with
console.out
is parsed which affects the display from:to:
Why?
To better represent the array type when it is printed to the console.
Checklist
Related PR(s)/Issue(s)
Updates: #987