Class ConformanceAllowlister


  • @GwtIncompatible("Conformance")
    public class ConformanceAllowlister
    extends java.lang.Object
    Creates or updates conformance allowlist/whitelist entries.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static 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<java.lang.String> getViolatingPaths​(Compiler compiler, Node externs, Node ast, com.google.javascript.jscomp.Requirement requirement)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getViolatingPaths

        public static com.google.common.collect.ImmutableSet<java.lang.String> getViolatingPaths​(Compiler compiler,
                                                                                                 Node externs,
                                                                                                 Node ast,
                                                                                                 com.google.javascript.jscomp.Requirement requirement)
      • getViolatingNodes

        public static com.google.common.collect.ImmutableSet<Node> getViolatingNodes​(Compiler compiler,
                                                                                     Node externs,
                                                                                     Node ast,
                                                                                     com.google.javascript.jscomp.Requirement requirement)
      • getConformanceErrors

        public static com.google.common.collect.ImmutableList<JSError> getConformanceErrors​(Compiler compiler,
                                                                                            Node externs,
                                                                                            Node ast,
                                                                                            com.google.javascript.jscomp.Requirement requirement)