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

Property signature #45

Closed dariajung closed 9 years ago

dariajung commented 9 years ago

Adds a case for PropertySignature. (This does not incorporate the work we did today, so the checks for renaming will be added in with a subsequent PR).

rkirov commented 9 years ago

LGTM. Take care of a few nits before merging.

dariajung commented 9 years ago

merged