Has anyone else noticed the ClojureScript build errors in color.cljc
?
There are a few lines that lack reader conditionals and fail to properly compile in ClojureScript. Line 598 and 603 both call down to Java.
It’s hard to catch since running lein test-cljs
performs the test in the JVM rather than a JS engine.
Pull request that resolves the issue here: https://github.com/noprompt/garden/pull/107
@niamu: thanks!