From bd0d939b76b31adab720e8fb7f8154ff15420eb2 Mon Sep 17 00:00:00 2001 From: Elia Date: Sat, 26 Feb 2022 08:58:13 +1100 Subject: [PATCH] Export register-plugin! to access the sci context --- src/scittle/core.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scittle/core.cljs b/src/scittle/core.cljs index feff374..dd21a52 100644 --- a/src/scittle/core.cljs +++ b/src/scittle/core.cljs @@ -43,7 +43,7 @@ (or (ex-cause e) e) e)))))) -(defn register-plugin! [plug-in-name sci-opts] +(defn ^:export register-plugin! [plug-in-name sci-opts] plug-in-name ;; unused for now (swap! ctx sci/merge-opts sci-opts))