Uses of Class
com.google.javascript.jscomp.WarningsGuard
-
Packages that use WarningsGuard Package Description com.google.javascript.jscomp com.google.javascript.jscomp.ijs -
-
Uses of WarningsGuard in com.google.javascript.jscomp
Subclasses of WarningsGuard in com.google.javascript.jscomp Modifier and Type Class Description class
AllowlistWarningsGuard
An extension ofWarningsGuard
that provides functionality to maintain a list of warnings (allowlist).class
ByPathWarningsGuard
An implementation of aWarningsGuard
that can modify theCheckLevel
based on the file that caused the warning, and whether this file matches a set of paths (specified either as include or exclude of path name parts).class
ComposeWarningsGuard
WarningsGuard that represents just a chain of other guards.class
DiagnosticGroupPathSuppressingWarningsGuard
A warnings guard that suppresses warnings for a particular diagnostic group for a file that contains the specified substring.class
DiagnosticGroupWarningsGuard
Sets the level for a particular DiagnosticGroup.class
J2clSuppressWarningsGuard
A warnings guard that suppresses some warnings incompatible with J2CL.class
ShowByPathWarningsGuard
Control whether warnings should be restricted or suppressed for specified paths.class
StrictWarningsGuard
All warnings should be reported as errors.Methods in com.google.javascript.jscomp with parameters of type WarningsGuard Modifier and Type Method Description void
CompilerOptions. addWarningsGuard(WarningsGuard guard)
Add a guard to the set of warnings guards.Constructors in com.google.javascript.jscomp with parameters of type WarningsGuard Constructor Description ComposeWarningsGuard(WarningsGuard... guards)
Constructor parameters in com.google.javascript.jscomp with type arguments of type WarningsGuard Constructor Description ComposeWarningsGuard(java.util.List<WarningsGuard> guards)
-
Uses of WarningsGuard in com.google.javascript.jscomp.ijs
Subclasses of WarningsGuard in com.google.javascript.jscomp.ijs Modifier and Type Class Description class
CheckTypeSummaryWarningsGuard
A warnings guard that demotes the errors found in type summary files to be less severe, leaving only the errors found in the original source.
-