babashka / scittle

Execute Clojure(Script) directly from browser script tags via SCI
https://babashka.org/scittle
Eclipse Public License 1.0
323 stars 30 forks source link

Auto-export #43

Closed borkdude closed 1 year ago

borkdude commented 1 year ago

If we check for an instance of a SCI var on this line:

https://github.com/babashka/scittle/blob/12e5a33964e0dd8feba8537c62867abb3aa5e81a/src/scittle/core.cljs#L55

and inspect the :export value of the var, then we could auto-export the var.