Open
Description
Proposal Details
Right now there's no TypeBigint for Value.Type() to return if the type is a bigint primitive (typeof v
returns "bigint"
in js)
I propose adding support for this new primitive, similar to the JS symbol primitive and how that is implemented in syscall/js right now -- it can be completely opaque to Go code.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Incoming