File tree 2 files changed +2
-6
lines changed 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,11 @@ const ignore = new Set([
22
22
'esnext.array.last-index' ,
23
23
'esnext.array.last-item' ,
24
24
'esnext.async-iterator.as-indexed-pairs' ,
25
+ 'esnext.async-iterator.indexed' ,
25
26
'esnext.bigint.range' ,
26
27
'esnext.function.un-this' ,
27
28
'esnext.iterator.as-indexed-pairs' ,
29
+ 'esnext.iterator.indexed' ,
28
30
'esnext.map.update-or-insert' ,
29
31
'esnext.map.upsert' ,
30
32
'esnext.math.iaddh' ,
Original file line number Diff line number Diff line change @@ -1502,9 +1502,6 @@ GLOBAL.tests = {
1502
1502
'esnext.async-iterator.from' : function ( ) {
1503
1503
return AsyncIterator . from ;
1504
1504
} ,
1505
- 'esnext.async-iterator.indexed' : function ( ) {
1506
- return AsyncIterator . prototype . indexed ;
1507
- } ,
1508
1505
'esnext.async-iterator.map' : function ( ) {
1509
1506
return AsyncIterator . prototype . map ;
1510
1507
} ,
@@ -1570,9 +1567,6 @@ GLOBAL.tests = {
1570
1567
'esnext.iterator.from' : function ( ) {
1571
1568
return Iterator . from ;
1572
1569
} ,
1573
- 'esnext.iterator.indexed' : function ( ) {
1574
- return Iterator . prototype . indexed ;
1575
- } ,
1576
1570
'esnext.iterator.map' : function ( ) {
1577
1571
return Iterator . prototype . map ;
1578
1572
} ,
You can’t perform that action at this time.
0 commit comments