Skip to content

Commit 4a4567f

Browse files
committed
add nashorn repl script for easy testing from IDE/editor
1 parent 1312604 commit 4a4567f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

script/nashorn_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.nashorn :as nashorn])
3+
(repl/repl (nashorn/repl-env))

0 commit comments

Comments
 (0)