Commit graph

36 commits

Author SHA1 Message Date
Ron Buckton 264652c0ef Fix emit for classes with both fields and 'extends null' 2017-10-09 13:14:49 -07: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
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
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 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
Arthur Ozga 19b0c519fc merged master 2015-06-17 15:07:49 -07:00
Anders Hejlsberg d5752592ac Adding basic tests 2015-06-15 16:14:01 -07:00
Arthur Ozga 3a3479d7e2 New Test and Baseline 2015-06-04 11:08:13 -07:00
Arthur Ozga 143890b117 New test 2015-06-03 14:22:39 -07:00
Arthur Ozga e4bc29e9a0 Updated tests 2015-06-02 15:22:52 -07:00
Arthur Ozga 6c98c67714 added conformance tests 2015-06-01 16:26:41 -07:00
Cyrus Najmabadi b363a459ff Add support for semicolons in class bodies 2015-03-31 14:29:45 -07:00
Cyrus Najmabadi f7aaf09603 Add support for parsing and emitting class expressions. 2015-03-31 13:54:43 -07:00
Yui T c2d86711e8 Update baselines 2014-09-30 18:09:55 -07:00
Dan Quirk 4b1ff742dd Updating some tests for resolved bugs 2014-07-14 16:47:50 -07:00
Mohamed Hegazy 214df64e28 Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00