Skip to content

Commit 31c3aee

Browse files
committed
Js_json adding support of bigint
1 parent 11adb1d commit 31c3aee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jscomp/others/js_json.res

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ type rec t =
3030
| @as(null) Null
3131
| String(string)
3232
| Number(float)
33+
| Bigint(bigint)
3334
| Object(Js.Dict.t<t>)
3435
| Array(array<t>)
3536

0 commit comments

Comments
 (0)