Skip to content

Commit baf9e0b

Browse files
authored
Remove deleted closure compiler warning options (#405)
* Remove deleted closure compiler warning options These checks are deleted from closure compiler used in latests versions of Clojurescript and lead to `NullPointerException`s if included in projects `:closure-warnings` configuration. https://github.com/google/closure-compiler/wiki/Warnings#warnings-categories * Remove `:undefined-names` google closure compiler option Removed in release August 8, 2021 (v20210808) https://github.com/google/closure-compiler/wiki/Releases#august-8-2021-v20210808
1 parent 3a88208 commit baf9e0b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

content/reference/compiler-options.adoc

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -580,9 +580,7 @@ The following Closure warning options are exposed to ClojureScript:
580580
[source,clojure]
581581
----
582582
:access-controls
583-
:ambiguous-function-decl
584583
:analyzer-checks
585-
:check-eventful-object-disposal
586584
:check-regexp
587585
:check-types
588586
:check-useless-code
@@ -596,14 +594,11 @@ The following Closure warning options are exposed to ClojureScript:
596594
:deprecated-annotations
597595
:duplicate-message
598596
:duplicate-vars
599-
:es3
600597
:es5-strict
601598
:externs-validation
602599
:extra-require
603-
:fileoverview-jsdoc
604600
:function-params
605601
:global-this
606-
:internet-explorer-checks
607602
:invalid-casts
608603
:j2cl-checks
609604
:jsdoc-missing-type
@@ -632,7 +627,6 @@ The following Closure warning options are exposed to ClojureScript:
632627
:too-many-type-params
633628
:tweaks
634629
:type-invalidation
635-
:undefined-names
636630
:undefined-variables
637631
:underscore
638632
:unknown-defines

0 commit comments

Comments
 (0)