appease the lsp w declares

This commit is contained in:
Adam Jeniski 2025-08-17 04:32:19 -09:00
parent b5b8259257
commit bb64ddf6e6

View File

@ -67,6 +67,8 @@
;; repl it up ;P ;; repl it up ;P
(comment (comment
(declare d* clojure.repl)
routes routes
(u/broadcast-signals! {:msg "hi franz"}) (u/broadcast-signals! {:msg "hi franz"})
@ -76,6 +78,8 @@
(u/broadcast-reload!) (u/broadcast-reload!)
(u/kill-broadcast!) (u/kill-broadcast!)
d*/patch-signals!
d*
(clojure.repl/dir d*) (clojure.repl/dir d*)
(clojure.repl/doc d*/patch-signals!)) (clojure.repl/doc d*/patch-signals!))