Skip to content

Commit 8410906

Browse files
alias: :inspect/morse new in-process inspector (REBL JavaFX UI)
1 parent f0c99ce commit 8410906

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.org

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
** Added
55
*** alias: `:lib/component-repl` REPL workflow for Component library
66
*** alias: `:lib/integrant-repl` REPL workflow for Integrant library
7+
*** alias: `:inspect/morse` new in-process inspect tool (using the REBL JavaFX UI)
78
** Changed
89
*** DEPRECATED: `:lib/reloaded` & `:lib/tools-ns` - use `:dev/reloaded`
910
*** DEPRECATED: `lib/nrepl` little value without a `:main-opts` configuration

deps.edn

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -539,6 +539,10 @@
539539
org.clojure/clojurescript {:mvn/version "1.11.60"}}
540540
:main-opts ["--main" "cljs.main" "-re" "node"]}
541541

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+
542546
;; End of Data inspectors
543547
;; ---------------------------------------------------
544548

0 commit comments

Comments
 (0)