Skip to content

Commit d265570

Browse files
anmonteiroswannodette
authored andcommitted
CLJS-1930: Master broken wrt static field: ES5_STRICT_UNCOMMON
removes closure warnings that are not public and were mistakenly added in a previous commit.
1 parent 182ad16 commit d265570

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/main/clojure/cljs/closure.clj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@
9797

9898
(def warning-types
9999
{:access-controls DiagnosticGroups/ACCESS_CONTROLS
100-
:access-controls-const DiagnosticGroups/ACCESS_CONTROLS_CONST
101100
:ambiguous-function-decl DiagnosticGroups/AMBIGUOUS_FUNCTION_DECL
102101
:analyzer-checks DiagnosticGroups/ANALYZER_CHECKS
103102
:check-eventful-object-disposal DiagnosticGroups/CHECK_EVENTFUL_OBJECT_DISPOSAL
@@ -117,8 +116,6 @@
117116
:duplicate-vars DiagnosticGroups/DUPLICATE_VARS
118117
:es3 DiagnosticGroups/ES3
119118
:es5-strict DiagnosticGroups/ES5_STRICT
120-
:es5-strict-uncommon DiagnosticGroups/ES5_STRICT_UNCOMMON
121-
:es5-strict-reflection DiagnosticGroups/ES5_STRICT_REFLECTION
122119
:externs-validation DiagnosticGroups/EXTERNS_VALIDATION
123120
:extra-require DiagnosticGroups/EXTRA_REQUIRE
124121
:fileoverview-jsdoc DiagnosticGroups/FILEOVERVIEW_JSDOC
@@ -142,7 +139,6 @@
142139
:non-standard-jsdoc DiagnosticGroups/NON_STANDARD_JSDOC
143140
:report-unknown-types DiagnosticGroups/REPORT_UNKNOWN_TYPES
144141
:strict-missing-require DiagnosticGroups/STRICT_MISSING_REQUIRE
145-
:strict-module-checks DiagnosticGroups/STRICT_MODULE_CHECKS
146142
:strict-module-dep-check DiagnosticGroups/STRICT_MODULE_DEP_CHECK
147143
:strict-requires DiagnosticGroups/STRICT_REQUIRES
148144
:suspicious-code DiagnosticGroups/SUSPICIOUS_CODE

0 commit comments

Comments
 (0)