vuejs / devtools-v6

⚙️ Browser devtools extension for debugging Vue.js applications.
https://devtools-v6.vuejs.org/
MIT License
24.68k stars 4.14k forks source link

Support previewing `BigInt` values #2036

Closed kaikaibenkai closed 1 year ago

kaikaibenkai commented 1 year ago

What problem does this feature solve?

🥰 Values of String Number Object Array can be previewed directly in DevTools. 😥 but BigInt is only "[object BigInt]"

image

BigInt has officially become a basic type of JavaScript in ES2020. Could DevTools show it like String or Number? Thanks a lot