Check out compiler into a foo-bar directory and run lein test :only cljs.module-processing-tests.
foo-bar
lein test :only cljs.module-processing-tests
Seems very similar to CLJS-2703.
I wonder if this is the same as https://clojure.atlassian.net/browse/CLJS-2782#icft=CLJS-2782
As far as I can tell, this is not a new regression and existed at the time CLJS-2703 was fixed.
Check out compiler into a
foo-bar
directory and runlein test :only cljs.module-processing-tests
.Seems very similar to CLJS-2703.