File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -762,20 +762,6 @@ and transl_exp0 (e : Typedtree.expression) : Lambda.lambda =
762
762
wrap (Lprim (prim, argl, e.exp_loc))
763
763
))
764
764
| Texp_apply (funct , oargs ) ->
765
- (* let () = print_string "#2 attrs = " in *)
766
- (* let () = (
767
- List.iter (
768
- function ({txt = attrName}, _) -> print_string (attrName ^ "\n")
769
- ) e.exp_attributes
770
- ) in
771
- let isTaggedTemplate = List.exists (
772
- function ({txt = attrName}, _) -> attrName = "res.taggedTemplate"
773
- ) e.exp_attributes in
774
- let () = if isTaggedTemplate then
775
- (print_string "isTaggedTemplate\n")
776
- else
777
- (print_string "not isTaggedTemplate\n")
778
- in *)
779
765
let inlined, funct =
780
766
Translattribute. get_and_remove_inlined_attribute funct
781
767
in
You can’t perform that action at this time.
0 commit comments