parent
1b021e4d14
commit
2019b3263f
|
@ -9,6 +9,10 @@
|
|||
<!-- - Create Github release with updated links from `doc/links.md` -->
|
||||
<!-- - `bb gh-pages` -->
|
||||
|
||||
## v0.6.21 (2024-12-19)
|
||||
|
||||
- [#99](https://github.com/babashka/babashka/issues/99): make `js/import` work
|
||||
|
||||
## v0.6.20 (2024-11-24)
|
||||
|
||||
- [#55](https://github.com/babashka/babashka/issues/55): create gh-pages dir before using.
|
||||
|
|
|
@ -57,6 +57,8 @@
|
|||
:ns-aliases {'clojure.pprint 'cljs.pprint}
|
||||
:features #{:scittle :cljs}}))
|
||||
|
||||
(unchecked-set js/globalThis "import" (js/eval "(x) => import x"))
|
||||
|
||||
(def !last-ns (volatile! @sci/ns))
|
||||
|
||||
(defn- -eval-string [s]
|
||||
|
|
Loading…
Reference in a new issue