TypeScript/src/testRunner
Ron Buckton e8bf9584aa
Improve type checking and inference for Generators and Async Generators (#30790)
* Improve typing for Generators and Async Generators

* Add TReturn and TNext to Iterator, IterableIterator, etc.

* Update ts internal Iterator to be assignable from global Iterator

* Make 'done' optional in IteratorYieldResult

* Revert Iterable and IterableIterator to simpler versions plus other fixes

* Add additional inference tests

* Added additional tests

* PR cleanup and minor async iteration type fix

* Updated diagnostics message and added non-strict tests

* Fix expected arity of Iterator/AsyncIterator
2019-07-03 21:55:59 -07:00
..
parallel Improve type checking and inference for Generators and Async Generators (#30790) 2019-07-03 21:55:59 -07:00
unittests Improve type checking and inference for Generators and Async Generators (#30790) 2019-07-03 21:55:59 -07:00
compilerRunner.ts Explicitly error when an exclude is provided by a test as it will be unused (#32014) 2019-06-24 15:29:02 -07:00
externalCompileRunner.ts Add support for sharding tests across multiple workers (#32173) 2019-07-01 14:56:57 -07:00
fourslashRunner.ts Enable --strictPropertyInitialization (#27558) 2018-11-16 16:02:23 -08:00
projectsRunner.ts Add support for sharding tests across multiple workers (#32173) 2019-07-01 14:56:57 -07:00
runner.ts Add support for sharding tests across multiple workers (#32173) 2019-07-01 14:56:57 -07:00
rwcRunner.ts Add support for sharding tests across multiple workers (#32173) 2019-07-01 14:56:57 -07:00
test262Runner.ts Add support for sharding tests across multiple workers (#32173) 2019-07-01 14:56:57 -07:00
tsconfig.json Container only ref needs to be ignored from uptodate status 2019-06-20 16:09:35 -07:00