We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5312a1 commit ef77eccCopy full SHA for ef77ecc
src/nextjournal/clerk/viewer.cljc
@@ -8,7 +8,6 @@
8
#?@(:clj [[babashka.fs :as fs]
9
[clojure.repl :refer [demunge]]
10
[clojure.tools.reader :as tools.reader]
11
- [editscript.edit]
12
[nextjournal.clerk.config :as config]
13
[nextjournal.clerk.analyzer :as analyzer]]
14
:cljs [[goog.crypt]
@@ -18,6 +17,8 @@
18
17
[sci.impl.vars]
19
[sci.lang]
20
[applied-science.js-interop :as j]])
+ #?@(:bb []
21
+ :clj [[editscript.edit]])
22
[nextjournal.clerk.parser :as parser]
23
[nextjournal.clerk.walk :as w]
24
[nextjournal.markdown :as md]
@@ -42,7 +43,8 @@
42
43
(-invoke [_ x y] (@f x y))]))
44
45
;; Make sure `RenderFn` is changed atomically
-#?(:clj
46
+#?(:bb nil
47
+ :clj
48
(extend-protocol editscript.edit/IType
49
RenderFn
50
(get-type [_] :val)))
0 commit comments