angular / ts-minify

A tool to aid minification of Typescript code, using Typescript's type information.
Apache License 2.0
121 stars 7 forks source link

Bug: generateNextPropertyName #21

Closed dariajung closed 9 years ago

dariajung commented 9 years ago

Because the alphabet is $, _, 0 - 9, a - z, A - Z, some property names that are generated begin with a number, which is invalid.

Fix: Add a check to see if the generated property name's first character begins with a number.