File tree 2 files changed +1
-5
lines changed
2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 29
29
- AST cleanup: Remove Pexp_function from the AST. https://github.com/rescript-lang/rescript/pull/7198
30
30
- Remove unused code from Location and Rescript_cpp modules. https://github.com/rescript-lang/rescript/pull/7150
31
31
- Build with OCaml 5.2.1. https://github.com/rescript-lang/rescript-compiler/pull/7201
32
- - AST cleanup: Remove ` Function$ ` entirely for function definitions. https://github.com/rescript-lang/rescript/pull/7200
33
32
34
33
35
34
# 12.0.0-alpha.5
Original file line number Diff line number Diff line change @@ -1267,10 +1267,7 @@ let map_binding ~config ~empty_loc ~pstr_loc ~file_name ~rec_flag binding =
1267
1267
[(Nolabel , Exp. ident {txt = Lident " props" ; loc})]))
1268
1268
in
1269
1269
1270
- let wrapper_expr =
1271
- Ast_uncurried. uncurried_fun ~loc: wrapper_expr.pexp_loc ~arity: 1
1272
- wrapper_expr
1273
- in
1270
+ let wrapper_expr = Ast_uncurried. uncurried_fun ~arity: 1 wrapper_expr in
1274
1271
1275
1272
let internal_expression =
1276
1273
Exp. let_ Nonrecursive
You can’t perform that action at this time.
0 commit comments