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

rename identifiers in method declarations #33

Closed dariajung closed 9 years ago

dariajung commented 9 years ago

Method names re-named in Method Declarations

rkirov commented 9 years ago

LGTM.

dariajung commented 9 years ago

merged