TypeScript/tests/cases/conformance/classes
Ron Buckton 98b6db81d9
Allow accessors in ambient class declarations (#32787)
* Allow accessors in ambient class declarations

* Update src/compiler/transformers/declarations.ts

Co-Authored-By: Wesley Wigham <wewigham@microsoft.com>
2019-08-09 16:11:25 -07:00
..
classDeclarations Fix emit for classes with both fields and 'extends null' 2017-10-09 13:14:49 -07:00
classExpressions
constructorDeclarations Parse quoted constructors as constructors, not methods (#31949) 2019-07-12 14:01:57 -07:00
indexMemberDeclarations
members Error when destructuring private property in a parameter (#28562) 2018-11-16 12:47:05 -08:00
propertyMemberDeclarations Allow accessors in ambient class declarations (#32787) 2019-08-09 16:11:25 -07:00
classExpression.ts
mixinAccessModifiers.ts #27716: fix protected methods for intersection fo generic classes 2018-10-12 18:23:07 +03:00
mixinClassesAnnotated.ts Add tests 2017-01-29 12:39:15 -08:00
mixinClassesAnonymous.ts Add regression test 2017-02-01 11:37:24 -08:00
mixinClassesMembers.ts Add tests 2017-01-29 12:39:15 -08:00
nestedClassDeclaration.ts