fix import
This commit is contained in:
parent
1cbca37342
commit
72190e8422
2 changed files with 3 additions and 3 deletions
|
|
@ -57,7 +57,7 @@
|
|||
:ns-aliases {'clojure.pprint 'cljs.pprint}
|
||||
:features #{:scittle :cljs}}))
|
||||
|
||||
(unchecked-set js/globalThis "import" (js/eval "(x) => import x"))
|
||||
(unchecked-set js/globalThis "import" (js/eval "(x) => import(x)"))
|
||||
|
||||
(def !last-ns (volatile! @sci/ns))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue