madskristensen / WebEssentials2015

A Visual Studio extension for web developers
Other
301 stars 94 forks source link

Fix to parse enums with negative numbers #232

Closed trs79 closed 7 years ago

trs79 commented 7 years ago

I modified the regex by adding a dash so that enums with negative numbers will be correctly converted to Typescript

madskristensen commented 7 years ago

Thanks 👍