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

Global bucket #23

Closed dariajung closed 9 years ago

dariajung commented 9 years ago

Started playing around with the global bucket renaming, and using the TypeChecker to get information on the symbol to see if renaming is possible.

I think theif statements are a bit messy. My intent in that was I was trying to avoid case statements to keep text splicing to a minimum.

Doc to go with PR: https://docs.google.com/document/d/1qmBQfTcJMLv3OM4YeyIWSEb79dd8SQWNf2TF6PHJJNE/edit

mprobst commented 9 years ago

LGTM.