| Package | Description |
|---|---|
| com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
| com.google.javascript.jscomp.testing | |
| com.google.javascript.refactoring |
| Modifier and Type | Method and Description |
|---|---|
protected Compiler |
CommandLineRunner.createCompiler() |
| Modifier and Type | Method and Description |
|---|---|
void |
JSModule.sortInputsByDeps(Compiler compiler)
Puts the JS files into a topologically sorted order by their dependencies.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
BlackHoleErrorManager.silence(Compiler compiler)
Compiler prints to the console by default. |
| Modifier and Type | Method and Description |
|---|---|
Compiler |
RefactoringDriver.getCompiler() |
Copyright © 2009-2015 Google. All Rights Reserved.