TypeScript/tests/cases/conformance/async/es6
Yui 7521891760 Fix 8262: allow unparenthesized parameter in async arrow-function (#8444)
* Allow unparenthesize of parameter in async arrow-function

* Add tests and baselines

* Address PR

* Address PR: refactor to use "parseSimpleArrowFunctionExpression"

* Address PR: add comment

* Address PR
2016-05-04 17:00:28 -07:00
..
asyncArrowFunction Fix 8262: allow unparenthesized parameter in async arrow-function (#8444) 2016-05-04 17:00:28 -07:00
awaitBinaryExpression Remove --experimentalAsyncFunctions from tests 2015-10-12 14:27:58 -07:00
awaitCallExpression Remove --experimentalAsyncFunctions from tests 2015-10-12 14:27:58 -07:00
functionDeclarations Remove --experimentalAsyncFunctions from tests 2015-10-12 14:27:58 -07:00
asyncAliasReturnType_es6.ts Additional tests 2015-12-01 14:48:53 -08:00
asyncAwait_es6.ts Remove --experimentalAsyncFunctions from tests 2015-10-12 14:27:58 -07:00
asyncAwaitIsolatedModules_es6.ts Remove --experimentalAsyncFunctions from tests 2015-10-12 14:27:58 -07:00
asyncClass_es6.ts Remove --experimentalAsyncFunctions from tests 2015-10-12 14:27:58 -07:00
asyncConstructor_es6.ts Remove --experimentalAsyncFunctions from tests 2015-10-12 14:27:58 -07:00
asyncDeclare_es6.ts Remove --experimentalAsyncFunctions from tests 2015-10-12 14:27:58 -07:00
asyncEnum_es6.ts Remove --experimentalAsyncFunctions from tests 2015-10-12 14:27:58 -07:00
asyncGetter_es6.ts Remove --experimentalAsyncFunctions from tests 2015-10-12 14:27:58 -07:00
asyncImportedPromise_es6.ts Fixes #5789. 2015-11-30 14:10:39 -08:00
asyncInterface_es6.ts Remove --experimentalAsyncFunctions from tests 2015-10-12 14:27:58 -07:00
asyncMethodWithSuper_es6.ts Support for assignment/destructuring using super in an async method 2015-12-01 14:29:37 -08:00
asyncModule_es6.ts Remove --experimentalAsyncFunctions from tests 2015-10-12 14:27:58 -07:00
asyncMultiFile.ts Fixes #5564. 2015-11-30 13:12:41 -08:00
asyncQualifiedReturnType_es6.ts Additional tests 2015-12-01 14:48:53 -08:00
asyncSetter_es6.ts Remove --experimentalAsyncFunctions from tests 2015-10-12 14:27:58 -07:00
awaitUnion_es6.ts Remove --experimentalAsyncFunctions from tests 2015-10-12 14:27:58 -07:00