summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | src/dstr-assignment-async-iteration -> src/dstr-assignment-for-awaitRick Waldron2017-05-31181-0/+0
* | Merge pull request #1039 from rwaldron/dstr-assignment_for-await-ofRick Waldron2017-05-31182-0/+5851
|\ \
| * | for-await-of: dstr-assignment, casesRick Waldron2017-05-17179-479/+3969
| * | for-await-of: dstr-assignment, default templateRick Waldron2017-05-1668-0/+2361
* | | update the async func templates to match async generator templates (error)Rick Waldron2017-05-223-3/+18
* | | src/dstr-binding-async-iteration => src/dstr-binding-for-awaitRick Waldron2017-05-22119-0/+0
* | | Update algorithm step definitionsRick Waldron2017-05-2251-139/+122
* | | Update cases and templates per reviewRick Waldron2017-05-2290-99/+115
* | | Move async-iteration specific dstr-assignment templates into own src directoryRick Waldron2017-05-19119-0/+2760
| |/ |/|
* | Fix features flagsLeo Balter2017-05-1614-14/+14
|/
* Merge pull request #1037 from leobalter/asyncIteratorsRick Waldron2017-05-166-0/+324
|\
| * Add templates for dstr-binding w/ for-await-of looping over async iteratorsLeo Balter2017-05-156-0/+324
* | Assert iterators are consumed - and closed - in dstr patternsLeo Balter2017-05-1514-0/+610
|/
* Merge pull request #1020 from rwaldron/dstr-binding_for-await-of-async-gen-fu...Leo Balter2017-05-126-0/+286
|\
| * for-await-of: dstr-binding, error, async func & async gen templatesRick Waldron2017-05-036-0/+286
* | for-await-of: dstr-binding, async func & async gen templates (update steps)Rick Waldron2017-05-116-24/+24
* | Set a proper length reference to avoid conflict with browsersLeo Balter2017-05-101-3/+3
* | Merge pull request #1017 from anba/expr-lookahead-restrLeo Balter2017-05-0949-0/+1022
|\ \
| * | Add templates for escaped and unescaped 'yield' and 'await' as identifiersAndré Bargull2017-05-0249-0/+1022
* | | Add templates for lexical redeclarations in block- and switch-statementsAndré Bargull2017-05-0456-0/+962
| |/ |/|
* | for-await-of: dstr-binding, async func & async gen templatesRick Waldron2017-05-016-3/+156
|/
* for-await-of: dstr-binding templatesRick Waldron2017-04-283-0/+151
* Remove duplicate caseLeo Balter2017-04-251-21/+0
* Add Async Functions to function templatesLeo Balter2017-04-2129-2/+1029
* remove unused template item for argumentsLeo Balter2017-04-2122-23/+23
* Add async generator templates for the arguments casesLeo Balter2017-04-218-0/+352
* Normalize trailing comma cases both for args and parametersLeo Balter2017-04-218-0/+0
* Update function forms templates to reflect the params name when appropriate onlyLeo Balter2017-04-2177-72/+72
* Rename src/params to src/function-formsLeo Balter2017-04-2181-0/+0
* Update Async-from-Sync Iterator yield* testsCaitlin Potter2017-04-103-24/+24
* Remove invalid async-flag from syntax error tests (#959)André Bargull2017-04-101-1/+0
* Fix async generator test templatesDaniel Ehrenberg2017-04-064-4/+4
* Fix multiple test errorsAndré Bargull2017-04-064-108/+86
* Add feature flags for various testsDaniel Ehrenberg2017-04-062-0/+2
* Merge pull request #939 from dilijev/typoLeo Balter2017-04-0626-0/+0
|\
| * Renamed src/annex-b-fns/*-{ exsting -> existing }-*.caseDoug Ilijev2017-03-2726-0/+0
* | 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
| |/
* | Merge pull request #941 from leobalter/yield-star-next-abruptRick Waldron2017-04-0621-0/+1199
|\ \
| * | Add cases for abrupt completions in yield* in async generator - nextLeo Balter2017-03-2721-0/+1199
| |/
* | Merge pull request #922 from leobalter/async-gen-templates-dstr-errorsRick Waldron2017-04-0616-0/+637
|\ \
| * | Add async gen error templates for dstr-bindingLeonardo Balter2017-03-2716-0/+637
* | | Merge pull request #921 from leobalter/async-gen-templates-dstrRick Waldron2017-04-0616-0/+668
|\ \ \ | |_|/ |/| |
| * | Add async gen templates for dstr-bindingLeonardo Balter2017-03-2716-0/+668
| |/
* | Add asyng-gen templates for params in the test gen toolLeonardo Balter2017-03-2724-0/+979
* | Add features flag for templates w/ Object spread and restLeo Balter2017-03-2750-22/+50
* | Add async-iteration features flagLeo Balter2017-03-2712-0/+12
* | Improve some yield cases based on feedbackLeonardo Balter2017-03-275-18/+36