aboutsummaryrefslogtreecommitdiffstats
path: root/src/async-generators
Commit message (Expand)AuthorAgeFilesLines
* Rename negative test "phase" for parsingMike Pennisi2018-01-0514-14/+14
* Update test cases for spec-changeCaitlin Potter2017-10-171-14/+11
* Update async iteration tests with respect to pending spec changeCaitlin Potter2017-10-041-21/+18
* Add Symbol.iterator features flags to test generation filesLeo Balter2017-09-0853-43/+53
* Add missing Symbol features flagsLeo Balter2017-09-071-1/+1
* Fix issues in async generator case filesAndré Bargull2017-09-041-1/+1
* async-iteration: yield Promise.reject(value) is treated as throw value (rejects)Rick Waldron2017-06-286-0/+180
* Force "early error" tests to fail if evaluatedMike Pennisi2017-06-2814-0/+28
* Add templates for escaped and unescaped 'yield' and 'await' as identifiersAndré Bargull2017-05-0220-0/+424
* Update Async-from-Sync Iterator yield* testsCaitlin Potter2017-04-103-24/+24
* Fix multiple test errorsAndré Bargull2017-04-063-107/+86
* Merge pull request #938 from leobalter/yield-star-abrupt-getiterRick Waldron2017-04-0629-0/+1612
|\
| * Add cases for abrupt completions in yield* in async generator - getting iteratorLeo Balter2017-03-2729-0/+1612
* | Merge pull request #937 from leobalter/yield-starRick Waldron2017-04-066-0/+1285
|\ \
| * | Add cases for yield stars flowLeo Balter2017-03-276-0/+1285
| |/
* / Add cases for abrupt completions in yield* in async generator - nextLeo Balter2017-03-2721-0/+1199
|/
* Add async-iteration features flagLeo Balter2017-03-2712-0/+12
* Improve some yield cases based on feedbackLeonardo Balter2017-03-272-6/+13
* Add generators templates for async genLeonardo Balter2017-03-2719-0/+572