Skip to content

Commit fa330a1

Browse files
committed
leftover
1 parent 9168c26 commit fa330a1

File tree

4 files changed

+0
-24
lines changed

4 files changed

+0
-24
lines changed

jscomp/frontend/ast_exp_apply.ml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -126,12 +126,6 @@ let app_exp_mapper (e : exp) (self : Bs_ast_mapper.mapper) (fn : exp)
126126
pexp_loc = e.pexp_loc;
127127
pexp_attributes = e.pexp_attributes;
128128
}
129-
| Pexp_ident _ ->
130-
{
131-
pexp_desc = Pexp_apply (fn, [ (Nolabel, new_obj_arg) ]);
132-
pexp_loc = e.pexp_loc;
133-
pexp_attributes = e.pexp_attributes;
134-
}
135129
| Pexp_tuple xs ->
136130
bound new_obj_arg (fun bounded_obj_arg ->
137131
{

lib/4.06.1/unstable/js_compiler.ml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -269430,12 +269430,6 @@ let app_exp_mapper (e : exp) (self : Bs_ast_mapper.mapper) (fn : exp)
269430269430
pexp_loc = e.pexp_loc;
269431269431
pexp_attributes = e.pexp_attributes;
269432269432
}
269433-
| Pexp_ident _ ->
269434-
{
269435-
pexp_desc = Pexp_apply (fn, [ (Nolabel, new_obj_arg) ]);
269436-
pexp_loc = e.pexp_loc;
269437-
pexp_attributes = e.pexp_attributes;
269438-
}
269439269433
| Pexp_tuple xs ->
269440269434
bound new_obj_arg (fun bounded_obj_arg ->
269441269435
{

lib/4.06.1/unstable/js_playground_compiler.ml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -270893,12 +270893,6 @@ let app_exp_mapper (e : exp) (self : Bs_ast_mapper.mapper) (fn : exp)
270893270893
pexp_loc = e.pexp_loc;
270894270894
pexp_attributes = e.pexp_attributes;
270895270895
}
270896-
| Pexp_ident _ ->
270897-
{
270898-
pexp_desc = Pexp_apply (fn, [ (Nolabel, new_obj_arg) ]);
270899-
pexp_loc = e.pexp_loc;
270900-
pexp_attributes = e.pexp_attributes;
270901-
}
270902270896
| Pexp_tuple xs ->
270903270897
bound new_obj_arg (fun bounded_obj_arg ->
270904270898
{

lib/4.06.1/whole_compiler.ml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -281183,12 +281183,6 @@ let app_exp_mapper (e : exp) (self : Bs_ast_mapper.mapper) (fn : exp)
281183281183
pexp_loc = e.pexp_loc;
281184281184
pexp_attributes = e.pexp_attributes;
281185281185
}
281186-
| Pexp_ident _ ->
281187-
{
281188-
pexp_desc = Pexp_apply (fn, [ (Nolabel, new_obj_arg) ]);
281189-
pexp_loc = e.pexp_loc;
281190-
pexp_attributes = e.pexp_attributes;
281191-
}
281192281186
| Pexp_tuple xs ->
281193281187
bound new_obj_arg (fun bounded_obj_arg ->
281194281188
{

0 commit comments

Comments
 (0)