Commit graph

64 commits

Author SHA1 Message Date
Ron Buckton
f89156bf55 Add error for super property before super 2016-12-06 10:47:02 -08:00
Arthur Ozga
4b0697ff9d fix test 2016-11-29 16:04:56 -06:00
Arthur Ozga
3cd1731628 abstract accessors can't have implementations 2016-11-29 15:59:28 -06:00
Kanchalai Tanglertsampan
dc501f47c2 Update baselines 2016-09-15 09:21:14 -07:00
Nathan Shively-Sanders
2169928f2b Protected constructors now accessible everywhere in subclasses 2016-07-22 17:38:25 -07:00
Nathan Shively-Sanders
25525607d5 Test that protected constructors are accessible
in static methods of subclasses
2016-07-22 13:38:45 -07:00
Andy Hanson
17009e41d4 Expand tests 2016-05-23 06:06:01 -07:00
Andy Hanson
dcbaadaa60 Allow assignment to readonly parameter property within the constructor 2016-05-20 08:54:05 -07:00
Andy Hanson
40afe4a4dd Don't report error twice for readonly in method 2016-05-12 07:07:35 -07:00
Andy Hanson
02f2ed798f Add declaration emit tests for readonly parameter property 2016-05-12 07:07:34 -07:00
Andy Hanson
ad2634e343 Fix #7590: Allow 'readonly' to be used in constructor parameters 2016-05-11 08:32:17 -07:00
Mohamed Hegazy
8647d2a97c Merge branch 'nestedPrivateProtectedMembers' of https://github.com/AbubakerB/TypeScript into AbubakerB-nestedPrivateProtectedMembers 2016-03-23 17:54:21 -07:00
Nathan Shively-Sanders
32909bc6e5 Tests for Stop destructuring assignment of private properties 2016-02-26 13:48:42 -08:00
AbubakerB
e1be0ff23b Added more tests and accept baselines 2016-02-21 22:12:31 +00:00
AbubakerB
6ce411dd9f Added tests 2016-02-17 22:47:00 +00:00
AbubakerB
208830efa3 Updated tests and accepted baseline 2016-02-13 02:52:25 +00:00
AbubakerB
ec7e80e377 Added tests and accept baselines 2016-02-13 01:10:47 +00:00
AbubakerB
4c93eb2e98 Accept baselines 2016-02-04 21:00:50 +00:00
AbubakerB
c351ffcc75 Added and updated tests for constructor visibility 2016-02-03 22:48:33 +00:00
Yui T
0af52c3d47 Merge branch 'master' into fix4211 2015-12-14 21:51:36 -08:00
Daniel Rosenwasser
e4c5676f2e Added test for immediately invoked class expression. 2015-12-08 17:54:33 -08:00
Yui T
c2fb694404 Update baselines 2015-11-30 09:43:30 -08:00
Nathan Shively-Sanders
a6068e1c08 More test cases and accept baselines 2015-11-09 10:21:54 -08:00
Nathan Shively-Sanders
9223b02136 Improve test case and add working comparison 2015-11-03 14:42:03 -08:00
Nathan Shively-Sanders
6d683d2a96 Add initial test 2015-11-02 10:44:25 -08:00
Nathan Shively-Sanders
1651f1809c Improve mergedInheritedClassInterface test case
Covers the case when the merged interface extends an interface, but the
merged class does not extend a class, then trying to extend that class.
2015-10-22 11:32:26 -07:00
Nathan Shively-Sanders
4d05189d8d Improve naming of test members 2015-10-21 16:23:59 -07:00
Nathan Shively-Sanders
36ddd022a1 Tests for interfaces merged w/classes
Both interfaces and classes have base classes/interfaces; all members are
available on an instance of the merged child.
2015-10-21 16:10:46 -07:00
Mohamed Hegazy
8b8d33d8b8 Fix comments 2015-10-16 16:29:11 -07:00
Nathan Shively-Sanders
04510ac157 Automatic semicolon insertion for class modifiers
This includes public, private, protected, abstract

async and declare already work this way, but it looks
like they didn't block the completion list, so I added
them to the list too.
2015-10-02 14:30:31 -07:00
JBerger
500861c4f8 Test cases that address https://github.com/Microsoft/TypeScript/issues/4288 2015-08-12 15:34:03 -06:00
Arthur Ozga
a693e82e27 Added test 2015-08-06 17:27:52 -07:00
Arthur Ozga
7664f3410c Merge pull request #3722 from Microsoft/abstractConstructorAssignability
Abstract constructor assignability
2015-07-13 16:36:50 -07:00
Arthur Ozga
e6cf920664 separated tests for readability 2015-07-10 13:47:50 -07:00
Yui T
9344bd0a39 Add tests 2015-07-07 13:25:53 -07:00
Arthur Ozga
a4c801d49c New Test 2015-07-06 10:31:01 -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
c06e5eb8b4 Update test 2015-07-02 10:26:23 -07:00
Arthur Ozga
4878cce73f merged with master 2015-07-02 10:10:17 -07:00
Arthur Ozga
61a9a64619 Added conformance test 2015-07-02 09:37:27 -07:00
Arthur Ozga
c93bde693b added tests 2015-07-01 14:46:18 -07:00
Arthur Ozga
a7ec1c4874 merged master 2015-06-25 13:25:44 -07:00
Arthur Ozga
b332727c7c updated comment in test and baseline 2015-06-23 13:30:10 -07:00
Arthur Ozga
1f6637b495 Added check to test 2015-06-23 11:19:15 -07:00
Arthur Ozga
3eea71786b Fixed some error messages. 2015-06-23 11:08:20 -07:00
Arthur Ozga
1068890fcd Moved tests to classAbstractKeyword folder 2015-06-23 10:33:41 -07:00
Arthur Ozga
a8d205a2fc new tests 2015-06-22 16:06:17 -07:00
Arthur Ozga
df3560f6a7 moved tests, added a test 2015-06-19 15:41:33 -07:00
Arthur Ozga
868138834b added tests 2015-06-18 16:07:10 -07:00
Anders Hejlsberg
f578ee8e05 Adding a few tests 2015-06-18 15:07:49 -07:00