⬅︎ Back to Advanced Closure Compiler vs UglifyJS2
A fair point, but Closure compiler will use some of the comment annotations like `@private` to make decisions about what names to mangle. While it's at it, it can assert types, too, I suppose.
Why not switch to TypeScript then? Feels strange that a tool is a type checker and a compressor at the same time.
Comment
A fair point, but Closure compiler will use some of the comment annotations like `@private` to make decisions about what names to mangle. While it's at it, it can assert types, too, I suppose.
Parent comment
Why not switch to TypeScript then? Feels strange that a tool is a type checker and a compressor at the same time.