Uses of Class
com.google.javascript.jscomp.WarningsGuard
Packages that use WarningsGuard
-
Uses of WarningsGuard in com.google.javascript.jscomp
Subclasses of WarningsGuard in com.google.javascript.jscompModifier and TypeClassDescriptionclass
An extension ofWarningsGuard
that provides functionality to maintain a list of warnings (allowlist).final class
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).final class
A warnings guard that suppresses warnings that are spurious for code that is unaware of Closure compiler's requirements.final class
WarningsGuard that represents just a chain of other guards.final class
A warnings guard that suppresses warnings for a particular diagnostic group for a file that contains the specified substring.final class
Sets the level for a particular DiagnosticGroup.final class
A warnings guard that suppresses some warnings incompatible with J2CL.final class
Control whether warnings should be restricted or suppressed for specified paths.final class
All warnings should be reported as errors.Methods in com.google.javascript.jscomp with parameters of type WarningsGuardModifier and TypeMethodDescriptionvoid
CompilerOptions.addWarningsGuard
(WarningsGuard guard) Add a guard to the set of warnings guards.Constructors in com.google.javascript.jscomp with parameters of type WarningsGuardConstructor parameters in com.google.javascript.jscomp with type arguments of type WarningsGuard -
Uses of WarningsGuard in com.google.javascript.jscomp.ijs
Subclasses of WarningsGuard in com.google.javascript.jscomp.ijsModifier and TypeClassDescriptionclass
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.