Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
Modifier and Type | Field and Description |
---|---|
(package private) java.util.Map<java.lang.String,ProcessTweaks.TweakInfo> |
ProcessTweaks.CollectTweaks.allTweaks |
(package private) java.util.Map<java.lang.String,ProcessTweaks.TweakInfo> |
ProcessTweaks.CollectTweaksResult.tweakInfos |
Modifier and Type | Method and Description |
---|---|
private void |
ProcessTweaks.applyCompilerDefaultValueOverrides(java.util.Map<java.lang.String,ProcessTweaks.TweakInfo> tweakInfos)
Sets the default values of tweaks based on compiler options.
|
private boolean |
ProcessTweaks.stripAllCalls(java.util.Map<java.lang.String,ProcessTweaks.TweakInfo> tweakInfos)
Removes all CALL nodes in the given TweakInfos, replacing calls to getter
functions with the tweak's default value.
|
Constructor and Description |
---|
CollectTweaksResult(java.util.Map<java.lang.String,ProcessTweaks.TweakInfo> tweakInfos,
java.util.List<ProcessTweaks.TweakFunctionCall> getOverridesCalls) |