Skip to content

Commit a575c5c

Browse files
committed
Add a note about suitable and shadow-cljs
1 parent 3c72deb commit a575c5c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/cider/nrepl/middleware/complete.clj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
[orchard.misc :as misc]
1111
[suitable.compliment.sources.cljs :as suitable-sources]))
1212

13+
;; TODO: Replace this with a presence check for shadow-cljs
14+
;; See https://github.com/rksm/clj-suitable/issues/15 for details
1315
(def suitable-enabled? (System/getProperty "cider.internal.test.cljs-suitable-enabled"))
1416

1517
(when suitable-enabled?

0 commit comments

Comments
 (0)