We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 646fafc commit dc2e47dCopy full SHA for dc2e47d
jscomp/ml/translcore.ml
@@ -762,20 +762,6 @@ and transl_exp0 (e : Typedtree.expression) : Lambda.lambda =
762
wrap (Lprim (prim, argl, e.exp_loc))
763
))
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
let inlined, funct =
780
Translattribute.get_and_remove_inlined_attribute funct
781
in
0 commit comments