Skip to content

Commit 3261766

Browse files
committed
snapshot
1 parent 02f2b39 commit 3261766

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lib/4.06.1/unstable/js_compiler.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96744,7 +96744,7 @@ let translate ?output_prefix loc (cxt : Lam_compile_context.t)
9674496744

9674596745
let module_id, module_value =
9674696746
match module_of_expression e.expression_desc with
96747-
| [ module_name ] -> module_name
96747+
| [ module_ ] -> module_
9674896748
| _ -> assert false
9674996749
(* TODO: graceful error message here *)
9675096750
in

lib/4.06.1/unstable/js_playground_compiler.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96744,7 +96744,7 @@ let translate ?output_prefix loc (cxt : Lam_compile_context.t)
9674496744

9674596745
let module_id, module_value =
9674696746
match module_of_expression e.expression_desc with
96747-
| [ module_name ] -> module_name
96747+
| [ module_ ] -> module_
9674896748
| _ -> assert false
9674996749
(* TODO: graceful error message here *)
9675096750
in

lib/4.06.1/whole_compiler.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265938,7 +265938,7 @@ let translate ?output_prefix loc (cxt : Lam_compile_context.t)
265938265938

265939265939
let module_id, module_value =
265940265940
match module_of_expression e.expression_desc with
265941-
| [ module_name ] -> module_name
265941+
| [ module_ ] -> module_
265942265942
| _ -> assert false
265943265943
(* TODO: graceful error message here *)
265944265944
in

0 commit comments

Comments
 (0)