We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3ee4df commit f7450bbCopy full SHA for f7450bb
compiler/core/js_dump.ml
@@ -796,11 +796,6 @@ and expression_desc cxt ~(level : int) f x : cxt =
796
let tails =
797
Ext_list.combine_array p.fields el (fun (i, opt) -> (Js_op.Lit i, opt))
798
in
799
- (* let is_optional (pname : Js_op.property_name) =
800
- match pname with
801
- | Lit n -> Ext_list.mem_string p.optional_labels n
802
- | Symbol_name -> false
803
- in *)
804
let tag_name =
805
match Ast_untagged_variants.process_tag_name p.attrs with
806
| None -> L.tag
0 commit comments