File tree Expand file tree Collapse file tree 4 files changed +11
-0
lines changed Expand file tree Collapse file tree 4 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -572,6 +572,9 @@ goog.events.getProxy/f<@http://localhost:9000/out/goog/events/events.js:276:16"
572572 [& {:as opts}]
573573 (repl-env* opts))
574574
575+ (defn -main []
576+ (repl/repl (repl-env )))
577+
575578(comment
576579
577580 (require '[cljs.repl :as repl])
Original file line number Diff line number Diff line change 226226 " Create a Nashorn repl-env for use with the repl/repl* method in Clojurescript."
227227 [& {:as opts}]
228228 (repl-env* opts))
229+
230+ (defn -main []
231+ (repl/repl (repl-env )))
Original file line number Diff line number Diff line change 200200 [& {:as options}]
201201 (repl-env* options))
202202
203+ (defn -main []
204+ (repl/repl (repl-env )))
Original file line number Diff line number Diff line change 224224 [& {:as opts}]
225225 (repl-env* opts))
226226
227+ (defn -main []
228+ (repl/repl (repl-env )))
229+
227230(comment
228231
229232 (repl/-parse-stacktrace (repl-env )
You can’t perform that action at this time.
0 commit comments