File tree 1 file changed +9
-0
lines changed
1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -24,13 +24,16 @@ const suppressTypes = new Set([
24
24
// https://github.com/google/closure-compiler/blob/master/src/com/google/javascript/jscomp/parsing/ParserConfig.properties#L154
25
25
'accessControls' ,
26
26
'checkDebuggerStatement' ,
27
+ 'checkEs5InheritanceCorrectnessConditions' ,
27
28
'checkPrototypalTypes' ,
28
29
'checkRegExp' ,
29
30
'checkTypes' ,
30
31
'checkVars' ,
32
+ 'closureClassChecks' ,
31
33
'closureDepMethodUsageChecks' ,
32
34
'const' ,
33
35
'constantProperty' ,
36
+ 'dangerousUnrecognizedTypeError' ,
34
37
'deprecated' ,
35
38
'duplicate' ,
36
39
'es5Strict' ,
@@ -42,19 +45,23 @@ const suppressTypes = new Set([
42
45
'lateProvide' ,
43
46
'legacyGoogScopeRequire' ,
44
47
'lintChecks' ,
48
+ 'lintVarDeclarations' ,
45
49
'messageConventions' ,
46
50
'misplacedTypeAnnotation' ,
47
51
'missingOverride' ,
48
52
'missingPolyfill' ,
49
53
'missingProperties' ,
50
54
'missingProvide' ,
51
55
'missingRequire' ,
56
+ 'missingReturn' ,
52
57
'missingSourcesWarnings' ,
53
58
'moduleLoad' ,
59
+ 'msgDescriptions' ,
54
60
'nonStandardJsDocs' ,
55
61
'partialAlias' ,
56
62
'polymer' ,
57
63
'reportUnknownTypes' ,
64
+ 'strictCheckTypes' ,
58
65
'strictMissingProperties' ,
59
66
'strictModuleDepCheck' ,
60
67
'strictPrimitiveOperators' ,
@@ -69,6 +76,8 @@ const suppressTypes = new Set([
69
76
'unknownDefines' ,
70
77
'untranspilableFeatures' ,
71
78
'unusedLocalVariables' ,
79
+
80
+ // Not documented?
72
81
'unusedPrivateMembers' ,
73
82
'useOfGoogProvide' ,
74
83
'uselessCode' ,
You can’t perform that action at this time.
0 commit comments