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"
572
572
[& {:as opts}]
573
573
(repl-env* opts))
574
574
575
+ (defn -main []
576
+ (repl/repl (repl-env )))
577
+
575
578
(comment
576
579
577
580
(require '[cljs.repl :as repl])
Original file line number Diff line number Diff line change 226
226
" Create a Nashorn repl-env for use with the repl/repl* method in Clojurescript."
227
227
[& {:as opts}]
228
228
(repl-env* opts))
229
+
230
+ (defn -main []
231
+ (repl/repl (repl-env )))
Original file line number Diff line number Diff line change 200
200
[& {:as options}]
201
201
(repl-env* options))
202
202
203
+ (defn -main []
204
+ (repl/repl (repl-env )))
Original file line number Diff line number Diff line change 224
224
[& {:as opts}]
225
225
(repl-env* opts))
226
226
227
+ (defn -main []
228
+ (repl/repl (repl-env )))
229
+
227
230
(comment
228
231
229
232
(repl/-parse-stacktrace (repl-env )
You can’t perform that action at this time.
0 commit comments