@@ -415,7 +415,6 @@ test("obj = { async f() { for await (x of xs); } }", {
415
415
"end" : 15 ,
416
416
"name" : "f"
417
417
} ,
418
- "kind" : "init" ,
419
418
"value" : {
420
419
"type" : "FunctionExpression" ,
421
420
"start" : 15 ,
@@ -455,7 +454,8 @@ test("obj = { async f() { for await (x of xs); } }", {
455
454
}
456
455
]
457
456
}
458
- }
457
+ } ,
458
+ "kind" : "init"
459
459
}
460
460
]
461
461
}
@@ -846,7 +846,6 @@ test("obj = { async* f() { await a; yield b; } }", {
846
846
"end" : 16 ,
847
847
"name" : "f"
848
848
} ,
849
- "kind" : "init" ,
850
849
"value" : {
851
850
"type" : "FunctionExpression" ,
852
851
"start" : 16 ,
@@ -896,7 +895,8 @@ test("obj = { async* f() { await a; yield b; } }", {
896
895
}
897
896
]
898
897
}
899
- }
898
+ } ,
899
+ "kind" : "init"
900
900
}
901
901
]
902
902
}
@@ -1249,7 +1249,6 @@ test("var gen = { async *method() {} }", {
1249
1249
"end" : 25 ,
1250
1250
"name" : "method"
1251
1251
} ,
1252
- "kind" : "init" ,
1253
1252
"value" : {
1254
1253
"type" : "FunctionExpression" ,
1255
1254
"start" : 25 ,
@@ -1265,7 +1264,8 @@ test("var gen = { async *method() {} }", {
1265
1264
"start" : 28 ,
1266
1265
"type" : "BlockStatement"
1267
1266
}
1268
- }
1267
+ } ,
1268
+ "kind" : "init"
1269
1269
}
1270
1270
]
1271
1271
}
@@ -1360,7 +1360,6 @@ test("var C = class { async *method() {} }", {}, { "ecmaVersion": 9 })
1360
1360
// "end": 25,
1361
1361
// "name": "method"
1362
1362
// },
1363
- // "kind": "init",
1364
1363
// "value": {
1365
1364
// "type": "FunctionExpression",
1366
1365
// "start": 25,
@@ -1429,7 +1428,8 @@ test("var C = class { async *method() {} }", {}, { "ecmaVersion": 9 })
1429
1428
// }
1430
1429
// ]
1431
1430
// }
1432
- // }
1431
+ // },
1432
+ // "kind": "init"
1433
1433
// }
1434
1434
// ]
1435
1435
// }
@@ -1565,7 +1565,6 @@ test("var C = class { async *method() {} }", {}, { "ecmaVersion": 9 })
1565
1565
// "end": 25,
1566
1566
// "name": "method"
1567
1567
// },
1568
- // "kind": "init",
1569
1568
// "value": {
1570
1569
// "type": "FunctionExpression",
1571
1570
// "start": 25,
@@ -1634,7 +1633,8 @@ test("var C = class { async *method() {} }", {}, { "ecmaVersion": 9 })
1634
1633
// }
1635
1634
// ]
1636
1635
// }
1637
- // }
1636
+ // },
1637
+ // "kind": "init"
1638
1638
// }
1639
1639
// ]
1640
1640
// }
@@ -1770,7 +1770,6 @@ test("var C = class { async *method() {} }", {}, { "ecmaVersion": 9 })
1770
1770
// "end": 25,
1771
1771
// "name": "method"
1772
1772
// },
1773
- // "kind": "init",
1774
1773
// "value": {
1775
1774
// "type": "FunctionExpression",
1776
1775
// "start": 25,
@@ -1861,7 +1860,8 @@ test("var C = class { async *method() {} }", {}, { "ecmaVersion": 9 })
1861
1860
// }
1862
1861
// ]
1863
1862
// }
1864
- // }
1863
+ // },
1864
+ // "kind": "init"
1865
1865
// }
1866
1866
// ]
1867
1867
// }
0 commit comments