TypeScript/tests/cases/conformance/enums
Klaus Meinhardt 5321dcb09f disallow 'await' and 'yield' in property and enum member initializer (#34892)
* disallow 'await' and 'yield' in property and enum member initializer

* accept baseline changes

* Add a test for #34887

Ensures that this fixes #34887
2019-11-14 17:44:48 -08:00
..
awaitAndYield.ts disallow 'await' and 'yield' in property and enum member initializer (#34892) 2019-11-14 17:44:48 -08:00
enumBasics.ts Update old test 2017-04-30 16:06:07 -07:00
enumClassification.ts Add new tests 2017-04-30 16:06:26 -07:00
enumConstantMembers.ts disallow nan and infinity in enum member 2018-05-04 10:28:59 +08:00
enumConstantMemberWithString.ts allow string concat in enum member declaration 2018-04-19 21:48:51 +08:00
enumConstantMemberWithStringEmitDeclaration.ts accept baseline 2018-04-21 12:06:29 +08:00
enumConstantMemberWithTemplateLiterals.ts Better template literals support in checker (#32064) 2019-09-27 12:04:13 -07:00
enumConstantMemberWithTemplateLiteralsEmitDeclaration.ts Better template literals support in checker (#32064) 2019-09-27 12:04:13 -07:00
enumErrors.ts Added more helpful syntax error for enum member commas 2019-09-09 22:11:56 -04:00
enumExportMergingES6.ts new tests 2015-11-23 13:12:34 -08:00
enumMerging.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
enumMergingErrors.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00