TypeScript/tests/cases/conformance/async/es5
2018-01-16 12:33:55 -08:00
..
asyncArrowFunction Added es5 conformance tests for async arrow functions, add error for referencing 'arguments' in a generator. 2016-06-27 17:34:19 -07:00
awaitBinaryExpression Added es5 conformance tests for await in binary. 2016-06-27 14:08:36 -07:00
awaitCallExpression Added es5 conformance tests for awaiting a call 2016-06-27 15:34:15 -07:00
functionDeclarations Added es5 conformance tests for async arrow functions, add error for referencing 'arguments' in a generator. 2016-06-27 17:34:19 -07:00
asyncAliasReturnType_es5.ts Added additional es5 conformance tests, better emit for functions returning global promise, pass this to __generator 2016-06-27 17:12:24 -07:00
asyncAwait_es5.ts Added additional es5 conformance tests, better emit for functions returning global promise, pass this to __generator 2016-06-27 17:12:24 -07:00
asyncAwaitIsolatedModules_es5.ts Added additional es5 conformance tests, better emit for functions returning global promise, pass this to __generator 2016-06-27 17:12:24 -07:00
asyncAwaitNestedClasses_es5.ts Fix temp variable emit for names used in nested classes 2018-01-16 12:33:55 -08:00
asyncClass_es5.ts Added additional es5 conformance tests, better emit for functions returning global promise, pass this to __generator 2016-06-27 17:12:24 -07:00
asyncConstructor_es5.ts Added additional es5 conformance tests, better emit for functions returning global promise, pass this to __generator 2016-06-27 17:12:24 -07:00
asyncDeclare_es5.ts Added additional es5 conformance tests, better emit for functions returning global promise, pass this to __generator 2016-06-27 17:12:24 -07:00
asyncEnum_es5.ts Added additional es5 conformance tests, better emit for functions returning global promise, pass this to __generator 2016-06-27 17:12:24 -07:00
asyncGetter_es5.ts Added additional es5 conformance tests, better emit for functions returning global promise, pass this to __generator 2016-06-27 17:12:24 -07:00
asyncImportedPromise_es5.ts Added additional es5 conformance tests, better emit for functions returning global promise, pass this to __generator 2016-06-27 17:12:24 -07:00
asyncInterface_es5.ts Added additional es5 conformance tests, better emit for functions returning global promise, pass this to __generator 2016-06-27 17:12:24 -07:00
asyncMethodWithSuper_es5.ts Added additional es5 conformance tests, better emit for functions returning global promise, pass this to __generator 2016-06-27 17:12:24 -07:00
asyncModule_es5.ts Added additional es5 conformance tests, better emit for functions returning global promise, pass this to __generator 2016-06-27 17:12:24 -07:00
asyncMultiFile_es5.ts Added additional es5 conformance tests, better emit for functions returning global promise, pass this to __generator 2016-06-27 17:12:24 -07:00
asyncQualifiedReturnType_es5.ts Added additional es5 conformance tests, better emit for functions returning global promise, pass this to __generator 2016-06-27 17:12:24 -07:00
asyncSetter_es5.ts Added additional es5 conformance tests, better emit for functions returning global promise, pass this to __generator 2016-06-27 17:12:24 -07:00
asyncUseStrict_es5.ts Added additional es5 conformance tests, better emit for functions returning global promise, pass this to __generator 2016-06-27 17:12:24 -07:00
awaitClassExpression_es5.ts Added additional es5 conformance tests, better emit for functions returning global promise, pass this to __generator 2016-06-27 17:12:24 -07:00
awaitUnion_es5.ts Added additional es5 conformance tests, better emit for functions returning global promise, pass this to __generator 2016-06-27 17:12:24 -07:00