Package com.google.javascript.jscomp
Class ConformanceAllowlister
java.lang.Object
com.google.javascript.jscomp.ConformanceAllowlister
Creates or updates conformance allowlist/whitelist entries.
-
Method Summary
Modifier and TypeMethodDescriptionstatic com.google.common.collect.ImmutableList<JSError> getConformanceErrors(Compiler compiler, Node externs, Node ast, com.google.javascript.jscomp.Requirement requirement) static com.google.common.collect.ImmutableSet<Node> getViolatingNodes(Compiler compiler, Node externs, Node ast, com.google.javascript.jscomp.Requirement requirement) static com.google.common.collect.ImmutableSet<String> getViolatingPaths(Compiler compiler, Node externs, Node ast, com.google.javascript.jscomp.Requirement requirement)
-
Method Details
-
getViolatingPaths
-
getViolatingNodes
-
getConformanceErrors
-