ljharb / es-abstract

ECMAScript spec abstract operations.
MIT License
114 stars 30 forks source link

[Fix] `2016`: Use `getIteratorMethod` in `IterableToArrayLike` #94

Closed ExE-Boss closed 4 years ago

ExE-Boss commented 4 years ago

This removes code duplication and ensures that any improvements to getIteratorMethod propagate to IterableToArrayLike.