public final class CheckConformance extends java.lang.Object implements CompilerPass
CheckConformance
Constructor and Description |
---|
CheckConformance(AbstractCompiler compiler,
com.google.common.collect.ImmutableList<ConformanceConfig> configs) |
Modifier and Type | Method and Description |
---|---|
void |
process(Node externs,
Node root)
Process the JS with root node root.
|
CheckConformance(AbstractCompiler compiler, com.google.common.collect.ImmutableList<ConformanceConfig> configs)
public void process(Node externs, Node root)
CompilerPass
process
in interface CompilerPass
externs
- Top of external JS treeroot
- Top of JS tree