Export eval-string
This commit is contained in:
parent
2f890f236f
commit
25bc58e0ee
|
@ -29,7 +29,7 @@
|
|||
:classes {'js js/window
|
||||
:allow :all}})))
|
||||
|
||||
(c/defn eval-string [s]
|
||||
(c/defn ^:export eval-string [s]
|
||||
(sci/eval-string* @ctx s))
|
||||
|
||||
(c/defn register-plugin! [plug-in-name sci-opts]
|
||||
|
|
Loading…
Reference in a new issue