File tree Expand file tree Collapse file tree 3 files changed +20
-18
lines changed Expand file tree Collapse file tree 3 files changed +20
-18
lines changed Original file line number Diff line number Diff line change @@ -5427,6 +5427,7 @@ var OrderedSetPrototype = OrderedSet.prototype;
5427
5427
OrderedSetPrototype [ IS_ORDERED_SYMBOL ] = true ;
5428
5428
OrderedSetPrototype . zip = IndexedCollectionPrototype . zip ;
5429
5429
OrderedSetPrototype . zipWith = IndexedCollectionPrototype . zipWith ;
5430
+ OrderedSetPrototype . zipAll = IndexedCollectionPrototype . zipAll ;
5430
5431
5431
5432
OrderedSetPrototype . __empty = emptyOrderedSet ;
5432
5433
OrderedSetPrototype . __make = makeOrderedSet ;
Original file line number Diff line number Diff line change 5433
5433
OrderedSetPrototype [ IS_ORDERED_SYMBOL ] = true ;
5434
5434
OrderedSetPrototype . zip = IndexedCollectionPrototype . zip ;
5435
5435
OrderedSetPrototype . zipWith = IndexedCollectionPrototype . zipWith ;
5436
+ OrderedSetPrototype . zipAll = IndexedCollectionPrototype . zipAll ;
5436
5437
5437
5438
OrderedSetPrototype . __empty = emptyOrderedSet ;
5438
5439
OrderedSetPrototype . __make = makeOrderedSet ;
You can’t perform that action at this time.
0 commit comments