| Package | Description |
|---|---|
| com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
| Modifier and Type | Field and Description |
|---|---|
private PhaseOptimizer |
Compiler.phaseOptimizer |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
Compiler.setPhaseOptimizer(PhaseOptimizer po)
Some tests don't want to call the compiler "wholesale," they may not want
to call check and/or optimize.
|