Uses of Class
com.google.javascript.jscomp.PassConfig
Packages that use PassConfig
-
Uses of PassConfig in com.google.javascript.jscomp
Subclasses of PassConfig in com.google.javascript.jscompModifier and TypeClassDescriptionfinal classA PassConfig to only run the CheckExtraRequires linter rule.classRuns only the user-supplied conformance checks and any earlier passes required by conformance.final classPass factories and meta-data for native JSCompiler passes.static classAn implementation of PassConfig that just proxies all its method calls into an inner class.Methods in com.google.javascript.jscomp that return PassConfigModifier and TypeMethodDescriptionprotected PassConfigCompiler.createPassConfigInternal()Create the passes object.Methods in com.google.javascript.jscomp with parameters of type PassConfigConstructors in com.google.javascript.jscomp with parameters of type PassConfigModifierConstructorDescriptionConformancePassConfig(PassConfig delegate) protectedPassConfigDelegate(PassConfig delegate)