Skip to content

Commit c8b78d2

Browse files
committed
remove bigint from Js_json
1 parent fdf3599 commit c8b78d2

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

jscomp/others/js_json.res

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

jscomp/others/js_json.resi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ type rec t =
3636
| @as(null) Null
3737
| String(string)
3838
| Number(float)
39-
| Bigint(bigint)
4039
| Object(Js.Dict.t<t>)
4140
| Array(array<t>)
4241

0 commit comments

Comments
 (0)