TypeScript/tests/cases/conformance/classes
Wenlu Wang 41dc625b0a
Add static index signature (#37797)
* Add static index

* fix lint

* make lint happy

* adjust test cases

* add more cases

* fix changes

* Add more case

* accept baseline

* fix error if extends others

* Update vfsUtil.ts

* use equal to empty array

* static signature of interface is an error

* Accept baseline

* Check index constraints for static signature

* Accpet baseline

* Fix crash

* fix crash

* Accept baseline

* Fix regression

* Fix crash

* always return new array
2021-03-26 15:30:09 -07:00
..
classDeclarations Bloomberg computed property name fix (#43197) 2021-03-11 10:32:42 -08:00
classExpressions Bloomberg computed property name fix (#43197) 2021-03-11 10:32:42 -08:00
constructorDeclarations Emit statements before super (#36417) 2020-01-24 14:52:48 -08:00
indexMemberDeclarations Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
members ES private class elements (#42458) 2021-03-24 18:15:50 -07:00
methodDeclarations More tests for super.method call chain, improve vary-by (#35013) 2019-11-18 18:03:37 -08:00
propertyMemberDeclarations fix(40632): skip emitting abstract members (#40699) 2020-11-04 16:02:17 -08:00
staticIndexSignature Add static index signature (#37797) 2021-03-26 15:30:09 -07:00
awaitAndYieldInProperty.ts disallow 'await' and 'yield' in property and enum member initializer (#34892) 2019-11-14 17:44:48 -08:00
classExpression.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
mixinAbstractClasses.2.ts Add support for abstract constructor types (#36392) 2021-01-07 17:11:14 -08:00
mixinAbstractClasses.ts Add support for abstract constructor types (#36392) 2021-01-07 17:11:14 -08:00
mixinAbstractClassesReturnTypeInference.ts Add support for abstract constructor types (#36392) 2021-01-07 17:11:14 -08:00
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 Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00