Skip to content

Conversation

@targos
Copy link
Member

@targos targos commented Mar 14, 2018

Before:

> Object(7n)
BigInt {}

After:

> Object(7n)
[BigInt: 7n]
Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines

Before:

> Object(7n)
BigInt {}

After:

> Object(7n)
[BigInt: 7n]
@nodejs-github-bot nodejs-github-bot added the util Issues and PRs related to the built-in util module. label Mar 14, 2018
@BridgeAR
Copy link
Member

@BridgeAR BridgeAR added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Mar 14, 2018
@targos
Copy link
Member Author

targos commented Mar 17, 2018

Landed in 893432a

@targos targos closed this Mar 17, 2018
@targos targos deleted the inspect-boxed-bigint branch March 17, 2018 10:39
targos added a commit that referenced this pull request Mar 17, 2018
Before:

> Object(7n)
BigInt {}

After:

> Object(7n)
[BigInt: 7n]

PR-URL: #19341
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Gus Caplan <me@gus.host>
@tniessen tniessen removed the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Mar 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

util Issues and PRs related to the built-in util module.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants