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

feat(minifier): Property name generation. #17

Closed dariajung closed 9 years ago

dariajung commented 9 years ago

Generate property aliases based on an alphabet of [$, _, 0 - 9, a - z, A - Z]

rkirov commented 9 years ago

LGTM, as reviewed previously, merge it.