Add export macro helper for properly reexport vars.

This reverts commit 45da7df4b4.

Now with JVM/Clojure support.
This commit is contained in:
Andrey Antukh 2020-12-01 12:30:58 +01:00
parent 45da7df4b4
commit 497c174d63
4 changed files with 81 additions and 48 deletions

View file

@ -4,6 +4,7 @@
"jcenter" {:url "https://jcenter.bintray.com/"}}
:deps
{org.clojure/clojure {:mvn/version "1.10.1"}
org.clojure/clojurescript {:mvn/version "1.10.773"}
org.clojure/data.json {:mvn/version "1.0.0"}
org.clojure/core.async {:mvn/version "1.3.610"}