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