Skip to content

Commit e3b8296

Browse files
authored
Merge pull request #2653 from BuckleScript/fix_2642
fix #2642
2 parents e52b2ef + 5e65db5 commit e3b8296

File tree

152 files changed

+9353
-10118
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

152 files changed

+9353
-10118
lines changed

jscomp/bin/js_compiler.d

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@ bin/js_compiler.ml : ./core/lam_stats_util.mli
239239
bin/js_compiler.ml : ./depends/bs_exception.ml
240240
bin/js_compiler.ml : ./ext/string_hash_set.mli
241241
bin/js_compiler.ml : ./syntax/ast_core_type.ml
242+
bin/js_compiler.ml : ./syntax/ast_exp_apply.ml
242243
bin/js_compiler.ml : ./syntax/ast_signature.ml
243244
bin/js_compiler.ml : ./syntax/ast_structure.ml
244245
bin/js_compiler.ml : ./syntax/bs_ast_mapper.ml
@@ -278,6 +279,7 @@ bin/js_compiler.ml : ./core/lam_stats_export.ml
278279
bin/js_compiler.ml : ./depends/bs_exception.mli
279280
bin/js_compiler.ml : ./syntax/ast_attributes.ml
280281
bin/js_compiler.ml : ./syntax/ast_core_type.mli
282+
bin/js_compiler.ml : ./syntax/ast_exp_apply.mli
281283
bin/js_compiler.ml : ./syntax/ast_signature.mli
282284
bin/js_compiler.ml : ./syntax/ast_structure.mli
283285
bin/js_compiler.ml : ./syntax/bs_ast_mapper.mli
@@ -364,6 +366,7 @@ bin/js_compiler.ml : ./core/lam_compile_global.mli
364366
bin/js_compiler.ml : ./core/lam_eta_conversion.mli
365367
bin/js_compiler.ml : ./ext/hash_set_ident_mask.mli
366368
bin/js_compiler.ml : ./ext/ordered_hash_map_gen.ml
369+
bin/js_compiler.ml : ./syntax/ast_exp_extension.ml
367370
bin/js_compiler.ml : ./syntax/bs_ast_invariant.mli
368371
bin/js_compiler.ml : ./syntax/external_arg_spec.ml
369372
bin/js_compiler.ml : ./syntax/external_process.mli
@@ -384,6 +387,7 @@ bin/js_compiler.ml : ./core/js_name_of_module_id.ml
384387
bin/js_compiler.ml : ./core/js_of_lam_exception.mli
385388
bin/js_compiler.ml : ./core/lam_beta_reduce_util.ml
386389
bin/js_compiler.ml : ./core/lam_compile_context.mli
390+
bin/js_compiler.ml : ./syntax/ast_exp_extension.mli
387391
bin/js_compiler.ml : ./syntax/external_arg_spec.mli
388392
bin/js_compiler.ml : ./syntax/external_ffi_types.ml
389393
bin/js_compiler.ml : ../vendor/ocaml/bytecomp/translcore.ml
@@ -440,8 +444,12 @@ bin/js_compiler.ml : ./core/lam_pass_alpha_conversion.ml
440444
bin/js_compiler.ml : ./syntax/ast_utf8_string_interp.mli
441445
bin/js_compiler.ml : ./core/lam_compile_external_call.mli
442446
bin/js_compiler.ml : ./core/lam_pass_alpha_conversion.mli
447+
bin/js_compiler.ml : ./syntax/ast_core_type_class_type.ml
443448
bin/js_compiler.ml : ./ext/ordered_hash_map_local_ident.ml
449+
bin/js_compiler.ml : ./syntax/ast_core_type_class_type.mli
450+
bin/js_compiler.ml : ./syntax/ast_tuple_pattern_flatten.ml
444451
bin/js_compiler.ml : ./ext/ordered_hash_map_local_ident.mli
452+
bin/js_compiler.ml : ./syntax/ast_tuple_pattern_flatten.mli
445453
bin/js_compiler.ml : ./core/js_pass_flatten_and_mark_dead.ml
446454
bin/js_compiler.ml : ./outcome_printer/outcome_printer_ns.ml
447455
bin/js_compiler.ml : ./core/js_pass_flatten_and_mark_dead.mli

jscomp/bin/js_compiler.ml

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

jscomp/core/js_cmi_datasets.ml

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

jscomp/core/js_cmj_datasets.ml

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

0 commit comments

Comments
 (0)