observablehq / inspector

The Observable standard inspector.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support inspecting BigInts

tmcw opened this issue · comments

BigInts are shipped in Chrome Canary and we should be ready for them when they land:

typeof eval('123n'); // "bigint"

They'll be a bit different than numbers, but not too much: they stringify fairly easily.