clojurescript-site icon indicating copy to clipboard operation
clojurescript-site copied to clipboard

Remove deleted closure compiler warning options

Open keram opened this issue 3 years ago • 0 comments

These checks are deleted from closure compiler used in latests versions of Clojurescript and lead to NullPointerExceptions if included in projects :closure-warnings configuration.

https://github.com/google/closure-compiler/wiki/Warnings#warnings-categories

I have considered to include comment on which version of ClojureScript & Closure Compiler an option was removed but feels like if it would not be worth the effort and complexity.

keram avatar Sep 19 '22 10:09 keram