Skip to content

Commit cd80c54

Browse files
committed
snapshot
1 parent d54416f commit cd80c54

File tree

5 files changed

+311
-232
lines changed

5 files changed

+311
-232
lines changed

jscomp/main/builtin_cmj_datasets.ml

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

lib/4.06.1/unstable/js_compiler.ml

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

lib/4.06.1/unstable/js_refmt_compiler.ml

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

lib/4.06.1/unstable/native_ppx.ml

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17980,11 +17980,14 @@ module Lam_pointer_info : sig
1798017980
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
1798117981

1798217982

17983-
type t =
17984-
| Pt_constructor of {name : string ; cstrs : int * int}
17985-
| Pt_variant of { name : string}
17986-
(* | Pt_module_alias *)
17987-
| Pt_na
17983+
type t = Lambda.pointer_info =
17984+
| Pt_constructor of {name : string; const : int ; non_const : int}
17985+
| Pt_variant of {name : string}
17986+
| Pt_module_alias (* IMPOSSIBLE *)
17987+
| Pt_builtin_boolean (* IMPOSSIBLE *)
17988+
| Pt_shape_none (* IMPOSSIBLE *)
17989+
| Pt_assertfalse
17990+
| Pt_na
1798817991

1798917992
end = struct
1799017993
#1 "lam_pointer_info.ml"
@@ -18013,11 +18016,15 @@ end = struct
1801318016
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
1801418017

1801518018

18016-
type t =
18017-
| Pt_constructor of {name : string ; cstrs : int * int}
18018-
| Pt_variant of {name : string }
18019-
(* | Pt_module_alias *)
18020-
| Pt_na
18019+
type t = Lambda.pointer_info =
18020+
| Pt_constructor of {name : string; const : int ; non_const : int}
18021+
| Pt_variant of {name : string}
18022+
| Pt_module_alias (* IMPOSSIBLE *)
18023+
| Pt_builtin_boolean (* IMPOSSIBLE *)
18024+
| Pt_shape_none (* IMPOSSIBLE *)
18025+
| Pt_assertfalse
18026+
| Pt_na
18027+
1802118028

1802218029
end
1802318030
module Lam_tag_info

lib/4.06.1/whole_compiler.ml

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

0 commit comments

Comments
 (0)