Skip to content

Commit

Permalink
Add repl/cljs alias
Browse files Browse the repository at this point in the history
  • Loading branch information
verberktstan committed Oct 12, 2024
1 parent 5eafd57 commit af52687
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,18 @@
:main-opts ["-m" "nrepl.cmdline"
"--middleware" "[cider.nrepl/cider-middleware]"
"--interactive"]}

;; clojure -M:repl/cljs
:repl/cljs
{:extra-deps {org.clojure/clojurescript {:mvn/version "1.10.773"}
nrepl/nrepl {:mvn/version "1.0.0"}
cider/cider-nrepl {:mvn/version "0.30.0"}
cider/piggieback {:mvn/version "0.5.3"}}
:main-opts ["-m" "nrepl.cmdline"
"--interactive"
"--middleware" "[cider.nrepl/cider-middleware,cider.piggieback/wrap-cljs-repl]"]}


;; kaocha - comprehensive test runner for Clojure/Script
;; tests.edn should be created for each project
;; https://github.com/lambdaisland/kaocha
Expand Down
Binary file modified swark-0.1.51.jar
Binary file not shown.

0 comments on commit af52687

Please sign in to comment.