Skip to content

Commit 4577822

Browse files
format: tweaks to alignment via cljstyle
1 parent 1ecf172 commit 4577822

File tree

3 files changed

+19
-13
lines changed

3 files changed

+19
-13
lines changed

clojurescript-figwheel-experiments.edn

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,24 @@
1515

1616

1717
{:aliases
18-
{;;
18+
{:repl/figwheel
19+
{:extra-deps {org.clojure/clojurescript {:mvn/version "1.11.54"}
20+
nrepl/nrepl {:mvn/version "1.0.0"}
21+
cider/cider-nrepl {:mvn/version "0.39.0"}
22+
cider/piggieback {:mvn/version "0.5.3"}}
23+
;; com.bhauman/rebel-readline-cljs {:mvn/version "0.1.4"}}
24+
;; Optionally add figwheel-main and rebel readline libraries
25+
:main-opts ["-m" "nrepl.cmdline"
26+
"--middleware [cider.nrepl/cider-middleware,cider.piggieback/wrap-cljs-repl]]"
27+
"--interactive"]}
28+
29+
;; add figwheel-main main-opts
30+
;; "-f" "rebel-readline.cljs.main/-main"
31+
32+
;;
1933
;;
2034
;; Rebel Readline, ClojureScript and Figwheel experiements
2135

22-
23-
2436
;; ClojureScript REPL with basic UI (rlwrap)
2537
;; clojure -M:repl/cljs
2638
;; - use with figwheel alias in figwheel-main template project
@@ -47,12 +59,6 @@
4759
["-m" "nrepl.cmdline"
4860
"--middleware" "[cider.nrepl/cider-middleware,cider.piggieback/wrap-cljs-repl]"]}
4961

50-
51-
52-
53-
54-
55-
5662
;; Start Rebel and then start nREPL via custom `user` namespace
5763
;; https://figwheel.org/docs/vim.html
5864

deps-deprecated.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
:repl/socket-browser
126126
{:jvm-opts ["-Dclojure.server.repl={:port,58585,:accept,cljs.server.browser/repl}"]}
127127

128-
;; Requires nashorn in a version of ClojureScript
128+
;; Requires nashorn in a version of ClojureScript
129129
;; WARNING: stack trace - does not run TO DEPRECATE
130130
:repl/rebel-figwheel
131131
{:extra-deps {org.clojure/clojurescript {:mvn/version "1.9.946"} ; version contains cljs.repl.nashorn

deps.edn

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
;; `:override-deps` - library version overriding a matching library in the top-level :deps
3030
;; `:default-deps` - library version if no version is otherwide defined, used across a set of shared projects acting as a dependency management system
3131

32-
;; make-classpath aliases affect the classpath generation:
32+
;; make-classpath aliases affect the classpath generation:
3333
;; `:extra-paths` - additional paths to those defined in the top-level :path key
3434
;; `:replace-paths` - paths replacing all those defined in the top-level :path key
3535
;; `:override-paths` - alternate location to resolve a dependancy (overrides resolve-deps location)
@@ -733,7 +733,7 @@
733733
;; Services
734734

735735
;; https://github.com/kachayev/nasus
736-
;; simple zero-configuration command-line HTTP files server
736+
;; simple zero-configuration command-line HTTP files server
737737
:service/webserver
738738
{:replace-deps {nasus/nasus {:mvn/version "0.1.7"}}
739739
:main-opts ["--main" "http.server"]}
@@ -766,6 +766,6 @@
766766
"-p" "55555"]}
767767
;; ---------------------------------------------------
768768

769-
;; Format tool friendly way to highlight end of configuration sections
769+
;; Format tool friendly way to highlight end of configuration sections
770770
:end/aliases {}}
771771
:end/config {}}

0 commit comments

Comments
 (0)