Closed
Description
I'd like to use the typescript playground at http://www.typescriptlang.org/play as a tool for co-workers to explore the language, but we're using 2.4 (especially string enums) and that doesn't seem to work there. Apologies if this is wrong place to report.
TypeScript Version: less that 2.4 I'd assume
Code
enum Colors {
Red = "RED",
Green = "GREEN",
Blue = "BLUE",
}
Expected behavior:
No errors when typed in on http://www.typescriptlang.org/play
Actual behavior:
Shows errors