We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fabec6 commit 1a7e08bCopy full SHA for 1a7e08b
jscomp/syntax/src/jsx_common.ml
@@ -59,10 +59,7 @@ let removeArity binding =
59
| _ when Ast_uncurried.exprIsUncurriedFun expr ->
60
Ast_uncurried.exprExtractUncurriedFun expr
61
| Pexp_newtype (label, e) ->
62
- {
63
- expr with
64
- pexp_desc = Pexp_newtype (label, removeArityRecord e);
65
- }
+ {expr with pexp_desc = Pexp_newtype (label, removeArityRecord e)}
66
| Pexp_apply (forwardRef, [(label, e)]) ->
67
{
68
expr with
0 commit comments