-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Using the Compiler's Java API
Tyler Breisacher edited this page Jan 10, 2017
·
5 revisions
- Setting default options
CompilationLevel.SIMPLE_OPTIMIZATIONS.setOptionsForCompilationLevel(options);
WarningLevel.VERBOSE.setOptionsForWarningLevel(options);
- Pulling in the default externs See CommandLineRunner.java getDefaultExterns
http://hyegar.com/2017/01/09/calling-google-closure-and-with-jni/
http://blog.bolinfest.com/2009/11/calling-closure-compiler-from-java.html