Skip to content

Commit fde5b93

Browse files
committed
Add Js.Bigint.
1 parent 24aba25 commit fde5b93

File tree

11 files changed

+1152
-1143
lines changed

11 files changed

+1152
-1143
lines changed

jscomp/main/builtin_cmi_datasets.ml

Lines changed: 93 additions & 93 deletions
Large diffs are not rendered by default.

jscomp/main/builtin_cmj_datasets.ml

Lines changed: 28 additions & 28 deletions
Large diffs are not rendered by default.

jscomp/others/js.ml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,9 @@ module Float = Js_float
282282
module Int = Js_int
283283
(** Provide utilities for int *)
284284

285+
module Bigint = Js_bigint
286+
(** Provide utilities for bigint *)
287+
285288
module Option = Js_option
286289
(** Provide utilities for option *)
287290

0 commit comments

Comments
 (0)