Skip to content

Commit fde5b93

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

11 files changed

+1152
-1143
lines changed

jscomp/main/builtin_cmi_datasets.ml

+93-93
Large diffs are not rendered by default.

jscomp/main/builtin_cmj_datasets.ml

+28-28
Large diffs are not rendered by default.

jscomp/others/js.ml

+3
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)