Comment

Ben Lesh

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

Peter Bengtsson

Why not switch to TypeScript then? Feels strange that a tool is a type checker and a compressor at the same time.