Files
TypeScript/src
Nathan Shively-Sanders 5534899e2a Allow string enums in element access
Previously literal union types were disallowed to improve errors by
printing `boolean` instead of `true | false`. But string enums are
literal union types that should be allowed, so now only booleans are
disallowed.
2017-08-24 14:04:57 -07:00
..
2017-08-23 17:08:25 -07:00
2017-08-23 13:01:14 -07:00