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

Structural cohersion #50

Closed dariajung closed 9 years ago

dariajung commented 9 years ago

It's a big one :o

rkirov commented 9 years ago

E2e tests are good but I wonder if we can we use types from lib.d.ts for unit tests?

rkirov commented 9 years ago

LGTM, just add the lib.d.ts unittests we talked about.

dariajung commented 9 years ago

@rkirov, could you give it one more look?

rkirov commented 9 years ago

LGTM, just 2 final touches. That was a big one indeed :)

dariajung commented 9 years ago

merged