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 TypeClassDescriptionclassAn extension ofWarningsGuardthat provides functionality to maintain a list of warnings (allowlist).final classAn implementation of aWarningsGuardthat can modify theCheckLevelbased 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 classA warnings guard that suppresses warnings that are spurious for code that is unaware of Closure compiler's requirements.final classWarningsGuard that represents just a chain of other guards.final classA warnings guard that suppresses warnings for a particular diagnostic group for a file that contains the specified substring.final classSets the level for a particular DiagnosticGroup.final classA warnings guard that suppresses some warnings incompatible with J2CL.final classControl whether warnings should be restricted or suppressed for specified paths.final classAll warnings should be reported as errors.Methods in com.google.javascript.jscomp with parameters of type WarningsGuardModifier and TypeMethodDescriptionvoidCompilerOptions.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 TypeClassDescriptionclassA warnings guard that demotes the errors found in type summary files to be less severe, leaving only the errors found in the original source.