We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdf3599 commit c8b78d2Copy full SHA for c8b78d2
jscomp/others/js_json.res
@@ -30,7 +30,6 @@ type rec t =
30
| @as(null) Null
31
| String(string)
32
| Number(float)
33
- | Bigint(bigint)
34
| Object(Js.Dict.t<t>)
35
| Array(array<t>)
36
jscomp/others/js_json.resi
@@ -36,7 +36,6 @@ type rec t =
37
38
39
40
41
42
0 commit comments