public interface OptionIncrementalCompile
Modifier and Type | Method and Description |
---|---|
boolean |
isIncrementalCompileEnabled()
Whether monolithic recompiles should process only changed files and construct JS output by
linking old and new JS on a per class basis.
|
void |
setIncrementalCompileEnabled(boolean enabled)
Sets whether or not monolithic recompiles should process only changed files.
|
boolean isIncrementalCompileEnabled()
void setIncrementalCompileEnabled(boolean enabled)
Copyright © 2018. All rights reserved.