We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfd9635 commit 232e690Copy full SHA for 232e690
jscomp/frontend/bs_builtin_ppx.ml
@@ -125,7 +125,7 @@ let expr_mapper (self : mapper) (e : Parsetree.expression) =
125
begin match Ast_attributes.process_attributes_rev e.pexp_attributes with
126
| Nothing, _
127
-> default_expr_mapper self e
128
- | Uncurry (_, _async), pexp_attributes
+ | Uncurry _, pexp_attributes
129
->
130
let async = Ast_attributes.has_async_payload e.pexp_attributes <> None in
131
{e with
0 commit comments