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

Reference path #46

Closed dariajung closed 9 years ago

dariajung commented 9 years ago

Use getFullStart() to retain information in comments that might come before a node.

Comments will be stripped later by Uglify.

rkirov commented 9 years ago

LGTM.

dariajung commented 9 years ago

merged