Commit graph

11 commits

Author SHA1 Message Date
Klaus Meinhardt 8b6bd41ce7
getPropertiesOfUnionOrIntersectionType: handle types with index signature (#31979)
* getPropertiesOfUnionOrIntersectionType: handle types with index signature

Fixes: #31565

* fix test

* more testing

* fix typo in checker.ts

Co-authored-by: Nathan Shively-Sanders <293473+sandersn@users.noreply.github.com>
2020-03-13 14:30:53 -07:00
Wesley Wigham 96937fd592
Allow union signatures to merge when they have differing argument counts (#28604)
* Allow union signatures to merge when they have differing argument counts

* Accept updated baselines

* Adjust comments io changed tests
2018-11-19 17:05:28 -08:00
Andy c97fc64972
Always use verify.completions when testing completions (#28137) 2018-10-29 10:03:25 -07:00
Andy Hanson 9f20077914 Use "completionList" methods instead of "memberList" ones, since they're identical 2016-12-07 13:36:11 -08:00
Anders Hejlsberg 00e7c46ea9 Fixing fourslash tests 2015-08-28 15:59:37 -07:00
Anders Hejlsberg 07fd7ba8da Fixing fourslash test 2015-08-06 15:40:20 -07:00
Anders Hejlsberg 3cbc3db201 Fixing fourslash tests 2015-07-19 11:22:49 -07:00
Anders Hejlsberg eeeb05b666 Fixing fourslash tests 2015-07-16 15:28:18 -07:00
Dick van den Brink 23f56dadfb Fixed tests due to lib.d.ts changes 2015-03-08 18:59:04 +01:00
Mohamed Hegazy 4f4f59a781 Merge changes from master in services.ts 2014-10-13 14:06:16 -07:00
Mohamed Hegazy 2ce627c6dd Handle union properties completions on apparant types 2014-10-10 17:07:13 -07:00