We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2539c6e commit 44df4a6Copy full SHA for 44df4a6
src/nextjournal/clerk/analyzer/impl.clj
@@ -92,6 +92,10 @@
92
(var?' v) (symbol (str (:ns v)) (str (:name v)))))
93
94
(defmulti macroexpand-hook (fn [the-var _&form _&env _args] (var-sym the-var)))
95
+
96
+(defmethod macroexpand-hook 'clojure.core/gen-interface [_ _ _ _]
97
+ nil)
98
99
(defmethod macroexpand-hook :default [the-var &form &env args]
100
(if (cljs? &env)
101
(if (:cljs.analyzer/numeric (meta the-var))
0 commit comments