File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 4
4
** Added
5
5
*** alias: `:lib/component-repl` REPL workflow for Component library
6
6
*** alias: `:lib/integrant-repl` REPL workflow for Integrant library
7
+ *** alias: `:inspect/morse` new in-process inspect tool (using the REBL JavaFX UI)
7
8
** Changed
8
9
*** DEPRECATED: `:lib/reloaded` & `:lib/tools-ns` - use `:dev/reloaded`
9
10
*** DEPRECATED: `lib/nrepl` little value without a `:main-opts` configuration
Original file line number Diff line number Diff line change 539
539
org.clojure/clojurescript {:mvn/version " 1.11.60" }}
540
540
:main-opts [" --main" " cljs.main" " -re" " node" ]}
541
541
542
+ ; ; Morse - https://github.com/nubank/morse
543
+ :inspect/morse
544
+ {:extra-deps {io.github.nubank/morse {:git/tag " v2023.04.30.01" :git/sha " d99b09c" }}}
545
+
542
546
; ; End of Data inspectors
543
547
; ; ---------------------------------------------------
544
548
You can’t perform that action at this time.
0 commit comments