Skip to content
Please note that GitHub no longer supports your web browser.

We recommend upgrading to the latest Google Chrome or Firefox.

Learn more
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

console.log() should stringify objects exactly as Node does #3165

Open
ry opened this issue Oct 21, 2019 · 3 comments · May be fixed by #3277
Open

console.log() should stringify objects exactly as Node does #3165

ry opened this issue Oct 21, 2019 · 3 comments · May be fixed by #3277

Comments

@ry
Copy link
Collaborator

@ry ry commented Oct 21, 2019

Match colors and semantics.

node's stringify has been tweaked and optimized over many years, changing anything is likely surprising in a bad way.

@ry ry added the good first issue label Oct 21, 2019
@mhvsa

This comment has been minimized.

Copy link
Contributor

@mhvsa mhvsa commented Oct 25, 2019

I'll work on it

@Lonniebiz

This comment has been minimized.

Copy link

@Lonniebiz Lonniebiz commented Oct 27, 2019

@mhvsa Did you notice that there seems to be a 5 property limit when it comes to displaying property-values via console.log()? See #3213

@tisd

This comment has been minimized.

Copy link

@tisd tisd commented Jan 24, 2020

Hey @mhvsa, i wanted to work on this, can you suggest where to start.
Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
4 participants
You can’t perform that action at this time.