Live data from Hacker News

Closure Compiler in JavaScript

developers.googleblog.com

11–20 of 115 posts

Re: Closure Compiler in JavaScript

#19

Why would I use this over babel?

The advanced compilation mode does some pretty powerful dead code removal and minification [1]. I guess that is available from plugins in Babel as well but Google has been using it for Gmail, Google.com etc, so it's quite battle tested.

[1]: https://developers.google.com/closure/compiler/docs/api-tuto...

Post reply on HN