Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions jscomp/main/builtin_cmi_datasets.ml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion jscomp/others/js_array.ml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ type 'a array_like = 'a Js_array2.array_like
type 'a array_iter = 'a array_like
*)

external from : 'a array_like -> 'b array = "Array.from" [@@bs.val] (* ES2015 *)
external from : 'a array_like -> 'a array = "Array.from" [@@bs.val] (* ES2015 *)
external fromMap : 'a array_like -> ('a -> 'b [@bs.uncurry]) -> 'b array = "Array.from" [@@bs.val] (* ES2015 *)
external isArray : 'a -> bool = "Array.isArray" [@@bs.val] (* ES2015 *)
(* Array.of: seems pointless unless you can bind *) (* ES2015 *)
Expand Down
2 changes: 1 addition & 1 deletion jscomp/others/js_array2.ml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ type 'a array_like
type 'a array_iter = 'a array_like
*)

external from : 'a array_like -> 'b array = "Array.from" [@@bs.val] (* ES2015 *)
external from : 'a array_like -> 'a array = "Array.from" [@@bs.val] (* ES2015 *)
external fromMap : 'a array_like -> ('a -> 'b [@bs.uncurry]) -> 'b array = "Array.from" [@@bs.val] (* ES2015 *)
external isArray : 'a -> bool = "Array.isArray" [@@bs.val] (* ES2015 *)
(* Array.of: seems pointless unless you can bind *) (* ES2015 *)
Expand Down
18 changes: 9 additions & 9 deletions lib/4.06.1/unstable/js_compiler.ml

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions lib/4.06.1/unstable/js_refmt_compiler.ml

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions lib/4.06.1/whole_compiler.ml

Large diffs are not rendered by default.