3129 Commits

Author SHA1 Message Date
Daniel Rosenwasser
c27b379b17 Merge pull request #3860 from DickvdBrink/fix-occurrences-in-classexpression
Fix occurrences in classexpressions
2015-07-14 15:59:39 -07:00
Dick van den Brink
46292a2263 Add test for occurrences in ClassExpressions 2015-07-15 00:32:14 +02:00
Jason Freeman
742b2ad8a2 Merge pull request #3856 from Microsoft/widenTuples
Widening for tuples
2015-07-14 14:17:37 -07:00
Jason Freeman
f344ec10c4 Merge pull request #3822 from Microsoft/typeArgumentInferenceApparentType
Take the apparent type of the source during type argument inference
2015-07-14 14:17:17 -07:00
Jason Freeman
6f94314774 Accept baselines 2015-07-14 11:50:35 -07:00
Jason Freeman
6954cd2fd7 Add new tests 2015-07-14 11:50:31 -07:00
Daniel Rosenwasser
c5aa3ad8a3 Merge pull request #3846 from DickvdBrink/abstract-occurrences
Highlight Abstract occurrences
2015-07-13 17:08:14 -07:00
Cyrus Najmabadi
785097445e Update shim tests. 2015-07-13 17:02:55 -07:00
Cyrus Najmabadi
557b795ca7 Merge branch 'master' into textClassification 2015-07-13 17:01:17 -07:00
Cyrus Najmabadi
9c7d1211a7 Update tests. 2015-07-13 16:57:11 -07:00
Dick van den Brink
2718539588 Added more test cases for highlighting abstract keyword 2015-07-14 01:39:39 +02:00
Arthur Ozga
7664f3410c Merge pull request #3722 from Microsoft/abstractConstructorAssignability
Abstract constructor assignability
2015-07-13 16:36:50 -07:00
Dick van den Brink
fc47329ed2 PR feedback for abstract keyword occurrences 2015-07-14 00:43:16 +02:00
Dick van den Brink
758abffd19 Added test for occurrences on abstract keyword 2015-07-14 00:02:20 +02:00
Jason Freeman
51c7164887 Merge branch 'master' of https://github.com/Microsoft/TypeScript into typeArgumentInferenceApparentType 2015-07-13 13:37:44 -07:00
Mohamed Hegazy
35ca82cfd7 Merge pull request #3738 from SaschaNaz/parenIndentFix
Fixing indentation of dangling closing parenthesis
2015-07-13 11:23:59 -07:00
Jason Freeman
72ef479ddd Add tests 2015-07-10 18:17:30 -07:00
Arthur Ozga
35d2592a51 Updated Baselines 2015-07-10 13:51:16 -07:00
Arthur Ozga
e6cf920664 separated tests for readability 2015-07-10 13:47:50 -07:00
Arthur Ozga
84326e6ef6 Updated Baselines 2015-07-10 11:47:56 -07:00
Yui T
f16f9d129a Merge branch 'master' of https://github.com/Microsoft/TypeScript into completionListWithLocalName 2015-07-10 11:04:21 -07:00
Yui T
d0d1ee918f Add test for using unicode escape as function name 2015-07-10 10:15:40 -07:00
Daniel Rosenwasser
fdc504a19f Added failing test. 2015-07-09 19:57:56 -07:00
Daniel Rosenwasser
5de728d8ac Added failing test. 2015-07-09 19:22:05 -07:00
Yui T
41bedd2768 Use getDecalredName in service layer instead of symbol.getName 2015-07-09 17:05:57 -07:00
Jason Freeman
9d6dc36e51 Merge pull request #3798 from Microsoft/typeArgumentInferenceClassExpressions
Type argument inference for class expressions
2015-07-09 14:56:49 -07:00
Jason Freeman
8bb956eb91 More tests 2015-07-09 14:41:08 -07:00
Jason Freeman
f56298a0cd Add a test 2015-07-09 11:31:24 -07:00
Tingan Ho
52b1496a64 Accepts baselines 2015-07-09 12:10:39 +08:00
Tingan Ho
28976a0e34 Adds type predicate signature display and addresses CR feedback 2015-07-09 12:10:39 +08:00
Tingan Ho
08a7744254 Accepts baselines 2015-07-09 12:08:14 +08:00
Tingan Ho
951084fc85 Fixes emit of type predicated in delcaration files 2015-07-09 12:08:14 +08:00
Yui
42bff6bc77 Merge pull request #3772 from Microsoft/allowModifier
Allow modifier on class member for classDeclaration/classExpression inside function
2015-07-08 14:34:41 -07:00
Ryan Cavanaugh
3e57af13b9 Add missed file 2015-07-07 17:04:03 -07:00
Ryan Cavanaugh
8f3bce121d Actually fix the bug this time. 2015-07-07 16:22:04 -07:00
Ryan Cavanaugh
24d22da804 Merge remote-tracking branch 'upstream/master' into fix3737 2015-07-07 15:36:13 -07:00
Yui T
872fdcf444 Merge branch 'master' into completionListWithLocalName
Conflicts:
	tests/cases/fourslash/renameLocationsForClassExpression01.ts
2015-07-07 15:17:42 -07:00
Daniel Rosenwasser
8cdd59f7be Merge pull request #3727 from Microsoft/elipsisMeansQuiet
Don't give back completions after stray dots
2015-07-07 14:45:59 -07:00
Daniel Rosenwasser
f2731e4033 Merge pull request #3757 from Microsoft/noImportClauseBuilders
Don't show builders in import clauses
2015-07-07 14:45:39 -07:00
Ryan Cavanaugh
719498eb0f Merge pull request #3770 from RyanCavanaugh/fix3764
Fix #3764
2015-07-07 14:38:26 -07:00
Ryan Cavanaugh
99fc99f3bc Improved fix from @JsonFreeman 2015-07-07 14:27:57 -07:00
Yui
42168e39ec Merge pull request #3769 from Microsoft/bindingAnonymouseWithName
Binding anonymous with name for functionExpression and classExpression
2015-07-07 13:28:38 -07:00
Yui T
9344bd0a39 Add tests 2015-07-07 13:25:53 -07:00
Ryan Cavanaugh
363dc03d8e Delete some files that shouldn't have existed 2015-07-07 12:54:20 -07:00
Daniel Rosenwasser
d353d62434 Addressed CR feedback. 2015-07-07 12:48:17 -07:00
Ryan Cavanaugh
311d20fa99 Fix bug #3737 (exported JSX classes props not validated) 2015-07-07 12:46:58 -07:00
Ryan Cavanaugh
1fa74c56a7 Fix up other React tests 2015-07-07 11:37:55 -07:00
Ryan Cavanaugh
1568bfd642 Mark 'React' symbol as used and error if it doesn't exist 2015-07-07 11:32:57 -07:00
Ryan Cavanaugh
1a8200fea7 Add testcase for #3764 2015-07-07 11:01:34 -07:00
Yui T
92d2d1957d Update tests 2015-07-07 09:58:13 -07:00