Welcome! Please see the About page for a little more info on how this works.
(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
Comment made by: mfikes
Probably the same as CLJS-2753. (IIRC {{load-file}} is used for the {{user.cljs}} feature.)