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 class
A PassConfig to only run the CheckExtraRequires linter rule.class
Runs only the user-supplied conformance checks and any earlier passes required by conformance.final class
Pass factories and meta-data for native JSCompiler passes.static class
An 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 PassConfig
Compiler.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) protected
PassConfigDelegate
(PassConfig delegate)