Welcome! Please see the About page for a little more info on how this works.

0 votes
in ClojureScript by

(def a 3)

Things work

$ clj -Srepro -m cljs.main -d out -r ClojureScript 1.10.339 cljs.user=> a 3 cljs.user=>

But if you look, you will see an extra out directory in the path for the user file:

out/out/cljs/user/userAE725FA.js

2 Answers

0 votes
by

Comment made by: mfikes

Probably the same as CLJS-2753. (IIRC {{load-file}} is used for the {{user.cljs}} feature.)

0 votes
by
Reference: https://clojure.atlassian.net/browse/CLJS-2918 (reported by mfikes)
...