TypeScript/tests/cases/conformance/classes/propertyMemberDeclarations
2019-09-03 15:29:41 -07:00
..
memberAccessorDeclarations Allow accessors in ambient class declarations (#32787) 2019-08-09 16:11:25 -07:00
memberFunctionDeclarations Added protected conformance tests 2014-09-23 11:22:38 -07:00
accessibilityModifiers.ts Added protected conformance tests 2014-09-23 11:22:38 -07:00
constructorParameterShadowsOuterScopes.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
initializerReferencingConstructorLocals.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
initializerReferencingConstructorParameters.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
instanceMemberInitialization.ts Move class property transform (#31848) 2019-06-17 14:26:42 -07:00
instanceMemberWithComputedPropertyName.ts Fix visitLexicalEnvironment to properly merge hoisted declarations (#33219) 2019-09-03 15:29:41 -07:00
propertyAndAccessorWithSameName.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
propertyAndFunctionWithSameName.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
propertyNamedConstructor.ts Emit error on class fields named "constructor" 2019-04-25 17:30:41 -07:00
propertyNamedPrototype.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
staticAndNonStaticPropertiesSameName.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
staticMemberInitialization.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
staticPropertyAndFunctionWithSameName.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
staticPropertyNameConflicts.ts Removing es6 method/property distinction. 2017-01-14 16:30:12 +01:00
staticPropertyNameConflictsInAmbientContext.ts Add tests 2017-01-21 17:09:09 +01:00
strictPropertyInitialization.ts Add regression test 2019-02-05 13:08:18 -08:00
thisInInstanceMemberInitializer.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
twoAccessorsWithSameName.ts Move object literal checks to the grammar checker. 2014-11-18 21:41:07 -08:00
twoAccessorsWithSameName2.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00