| Package | Description |
|---|---|
| com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
| Modifier and Type | Method and Description |
|---|---|
private ProcessTweaks.CollectTweaksResult |
ProcessTweaks.collectTweaks(Node root)
Finds all calls to goog.tweak functions and emits warnings/errors if any
of the calls have issues.
|