Document your code
Every project on GitHub comes with a version-controlled wiki to give your documentation the high level of care it deserves. It’s easy to create well-maintained, Markdown or rich text documentation alongside your code.
Sign up for free See pricing for teams and enterprisesUsing the Compiler's Java API
Calling the compiler from Java to have more control
Details
- Setting default options
CompilationLevel.SIMPLE_OPTIMIZATIONS.setOptionsForCompilationLevel(options);
WarningLevel.VERBOSE.setOptionsForWarningLevel(options);
- Pulling in the default externs See CommandLineRunner.java getDefaultExterns
References
http://hyegar.com/2017/01/09/calling-google-closure/
http://blog.bolinfest.com/2009/11/calling-closure-compiler-from-java.html