Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
Modifier and Type | Method and Description |
---|---|
protected List<PassFactory> |
DefaultPassConfig.getChecks() |
protected abstract List<PassFactory> |
PassConfig.getChecks()
Gets the checking passes to run.
|
protected List<PassFactory> |
DefaultPassConfig.getOptimizations() |
protected abstract List<PassFactory> |
PassConfig.getOptimizations()
Gets the optimization passes to run.
|
Copyright © 2009-2014 Google. All Rights Reserved.