TypeScript/tests/cases/conformance/enums
Andrii Dieiev a34fdb203e Better template literals support in checker (#32064)
* Support template literals in enum declarations

* Support template literals in const enum access

* Support template literals in swith with typeof narrowing

* Support template literals in element access discriminant

* Support template literals in ambient module declaration

* Unify symbols for template literals in computed properties

* Unify expression position checks for template literals

* Support template literals in rename and find all references

* Mark computed properties with template literals as write access

* Inline startsWithQuote
2019-09-27 12:04:13 -07: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