Disable arity checks
This commit is contained in:
parent
4fe08dd533
commit
d673a5f947
1 changed files with 2 additions and 1 deletions
|
|
@ -27,7 +27,8 @@
|
||||||
|
|
||||||
(def ctx (atom (sci/init {:namespaces namespaces
|
(def ctx (atom (sci/init {:namespaces namespaces
|
||||||
:classes {'js js/window
|
:classes {'js js/window
|
||||||
:allow :all}})))
|
:allow :all}
|
||||||
|
:disable-arity-checks true})))
|
||||||
|
|
||||||
(defn ^:export eval-string [s]
|
(defn ^:export eval-string [s]
|
||||||
(try (sci/eval-string* @ctx s)
|
(try (sci/eval-string* @ctx s)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue