We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Setting default options
CompilationLevel.SIMPLE_OPTIMIZATIONS.setOptionsForCompilationLevel(options); WarningLevel.VERBOSE.setOptionsForWarningLevel(options);
CompilationLevel.SIMPLE_OPTIMIZATIONS.setOptionsForCompilationLevel(options);
WarningLevel.VERBOSE.setOptionsForWarningLevel(options);
Pulling in the default externs
See CommandLineRunner.java getDefaultExterns
http://blog.bolinfest.com/2009/11/calling-closure-compiler-from-java.html