2062 Commits

Author SHA1 Message Date
Tingan Ho
52b1496a64 Accepts baselines 2015-07-09 12:10:39 +08:00
Tingan Ho
08a7744254 Accepts baselines 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
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
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
Ryan Cavanaugh
f682980216 Merge pull request #3751 from RyanCavanaugh/fix3678
Properly parse keyword-like identifiers in JSX
2015-07-06 17:43:24 -07:00
Anders Hejlsberg
71c6433514 Merge pull request #3622 from Microsoft/intersectionTypes
Intersection types
2015-07-06 12:58:28 -07:00
Ryan Cavanaugh
48c48417a6 Properly parse keyword-like identifiers in JSX 2015-07-06 11:42:06 -07:00
Jason Freeman
f126767eb3 Merge pull request #3724 from Microsoft/apparentTypeOfContextualType
Always get the apparent type when retrieving a contextual type
2015-07-06 10:18:21 -07:00
Anders Hejlsberg
fc1888ec8a Merge branch 'master' into intersectionTypes
Conflicts:
	tests/baselines/reference/APISample_linter.js
2015-07-03 11:26:38 -07:00
Jason Freeman
35db9f68f4 Add tests 2015-07-02 16:13:47 -07:00
Jason Freeman
652995181e Add tests for inferential typing 2015-07-02 15:21:43 -07:00
Jason Freeman
98de6117f1 Accept baselines 2015-07-02 15:21:09 -07:00
Arthur Ozga
f37a7f5752 Merge pull request #3712 from Microsoft/abstractExtraError
Abstract extra error
2015-07-02 10:59:06 -07:00
Arthur Ozga
3af3177fe3 update baselines 2015-07-02 10:26:36 -07:00
Arthur Ozga
4878cce73f merged with master 2015-07-02 10:10:17 -07:00
Arthur Ozga
233153149a updated baselines 2015-07-02 09:37:39 -07:00
Arthur Ozga
139d0f46bc updated baselines 2015-07-01 14:46:30 -07:00
Arthur Ozga
1608845f33 merged with master 2015-07-01 13:51:27 -07:00
Ron Buckton
4b4a96b9dc Merge branch 'master' into asyncFunctions 2015-07-01 09:27:45 -07:00
Arthur Ozga
5864a66fbc updated baselines on classAbstract tests 2015-06-30 14:44:13 -07:00
Ryan Cavanaugh
5208bded90 Merge pull request #3675 from RyanCavanaugh/fix3674
Correctly flag JSX elements as being used for the purposes of module imports
2015-06-30 14:38:06 -07:00
Anders Hejlsberg
fb1bf420b4 Adding test for inference with intersection type as target 2015-06-30 12:41:03 -07:00
Anders Hejlsberg
c517a6341e Accepting new baselines 2015-06-30 12:02:23 -07:00
Anders Hejlsberg
a13b64246a Merge branch 'master' into intersectionTypes
Conflicts:
	tests/baselines/reference/APISample_linter.js
2015-06-30 11:57:49 -07:00
Mohamed Hegazy
fe4612273c Merge pull request #3641 from Microsoft/exportSepcifierInDeclarations
Fix assert with declaration emit for export specifier for a global
2015-06-29 17:28:55 -07:00
Arthur Ozga
d8fe237edf merged in master 2015-06-29 14:34:12 -07:00
Ryan Cavanaugh
7b80001968 Delete some files 2015-06-29 12:03:13 -07:00
Ryan Cavanaugh
40d1719eb7 Add module setting + test files 2015-06-29 11:41:40 -07:00
Ryan Cavanaugh
430c2c8721 Correct flag JSX elements as being used for the purposes of module imports 2015-06-29 11:25:49 -07:00
Ryan Cavanaugh
634d35a7d0 Merge remote-tracking branch 'upstream/master' into jsxAndAs
Conflicts:
	src/compiler/checker.ts
	src/compiler/diagnosticInformationMap.generated.ts
	src/compiler/diagnosticMessages.json
	src/services/services.ts
2015-06-29 09:23:44 -07:00
Ryan Cavanaugh
306de4d681 CR feedback 2015-06-26 14:18:51 -07:00
Anders Hejlsberg
90ffdf77c9 Adding test 2015-06-26 09:48:36 -07:00
Anders Hejlsberg
c623e6cc64 Adding a few more tests 2015-06-25 18:45:03 -07:00
Mohamed Hegazy
f9de30c728 Fix assert with declaration emit for export specifier for a global 2015-06-25 17:38:11 -07:00
Arthur Ozga
a7ec1c4874 merged master 2015-06-25 13:25:44 -07:00
Ryan Cavanaugh
8180b7d06f Don't error on JSX elements when JSX.Element isn't present 2015-06-25 11:14:45 -07:00
Daniel Rosenwasser
ec2d5f3a0d Renamed test. 2015-06-25 13:38:42 -04:00
Daniel Rosenwasser
eda3956fa2 Accepted baselines. 2015-06-25 13:34:31 -04:00
Anders Hejlsberg
d5710349a2 Adding tests 2015-06-24 17:53:43 -07:00