TypeScript/tests/cases/conformance/generators
2019-07-15 13:41:17 -07:00
..
generatorAssignability.ts Improve type checking and inference for Generators and Async Generators (#30790) 2019-07-03 21:55:59 -07:00
generatorExplicitReturnType.ts Improve type checking and inference for Generators and Async Generators (#30790) 2019-07-03 21:55:59 -07:00
generatorImplicitAny.ts Improve type checking and inference for Generators and Async Generators (#30790) 2019-07-03 21:55:59 -07:00
generatorReturnTypeFallback.1.ts Fall back to (Async)IterableIterator if (Async)Generator not found (#32303) 2019-07-15 13:41:17 -07:00
generatorReturnTypeFallback.2.ts Fall back to (Async)IterableIterator if (Async)Generator not found (#32303) 2019-07-15 13:41:17 -07:00
generatorReturnTypeFallback.3.ts Fall back to (Async)IterableIterator if (Async)Generator not found (#32303) 2019-07-15 13:41:17 -07:00
generatorReturnTypeFallback.4.ts Fall back to (Async)IterableIterator if (Async)Generator not found (#32303) 2019-07-15 13:41:17 -07:00
generatorReturnTypeFallback.5.ts Fall back to (Async)IterableIterator if (Async)Generator not found (#32303) 2019-07-15 13:41:17 -07:00
generatorReturnTypeInference.ts Improve type checking and inference for Generators and Async Generators (#30790) 2019-07-03 21:55:59 -07:00
generatorReturnTypeInferenceNonStrict.ts Improve type checking and inference for Generators and Async Generators (#30790) 2019-07-03 21:55:59 -07:00
restParameterInDownlevelGenerator.ts Treat hoisted temp variables as a custom prologue 2019-04-02 17:35:26 -07:00