Fix #75: support reader conditionals in source code (#76)

This commit is contained in:
Michiel Borkent 2024-04-22 14:19:07 +02:00 committed by GitHub
parent e83a1baa79
commit 2d4782702c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 3 deletions

View file

@ -51,7 +51,8 @@
:classes {'js js/globalThis
:allow :all
'Math js/Math}
:ns-aliases {'clojure.pprint 'cljs.pprint}}))
:ns-aliases {'clojure.pprint 'cljs.pprint}
:features #{:scittle :cljs}}))
(def !last-ns (volatile! @sci/ns))