Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
Modifier and Type | Field and Description |
---|---|
private PassConfig.State |
CleanupPasses.state |
Modifier and Type | Method and Description |
---|---|
protected abstract PassConfig.State |
PassConfig.getIntermediateState()
Get intermediate state for a running pass config, so it can
be paused and started again later.
|
protected PassConfig.State |
PassConfig.PassConfigDelegate.getIntermediateState() |
protected PassConfig.State |
CleanupPasses.getIntermediateState() |
protected PassConfig.State |
DefaultPassConfig.getIntermediateState() |