summaryrefslogtreecommitdiff
path: root/lib/internal/iterator.js
Commit message (Collapse)AuthorAgeFilesLines
* Remove redundant "use strict" directive as ES2015 modules are implicitly in ↵John-David Dalton2016-05-311-2/+0
| | | | strict mode.
* ensure map returns an array when an iterable is passedAlexander Early2016-03-231-5/+3
|
* Remove iterator index (Map).Ilya Shatokhin2016-03-221-3/+1
|
* Add support for ES2015 iteratorsIlya Shatokhin2016-03-221-0/+40