Skip to content

Commit afe65a0

Browse files
committed
add Rhino REPL script for easy testing from IDE/editor
1 parent 4a4567f commit afe65a0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

script/rhino_repl.clj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
(require '[cljs.repl :as repl])
2+
(require '[cljs.repl.rhino :as rhino])
3+
(repl/repl (rhino/repl-env))

0 commit comments

Comments
 (0)