📎 Add performance related helpers.

This commit is contained in:
Andrey Antukh 2022-01-12 20:23:25 +01:00 committed by Andrés Moya
parent 327c095d79
commit cbb3783d84
10 changed files with 767 additions and 54 deletions

View file

@ -20,10 +20,17 @@
{:extra-deps {com.github.liquidz/antq {:mvn/version "RELEASE"}}
:main-opts ["-m" "antq.core"]}
:jvm-repl
{:extra-deps
{com.bhauman/rebel-readline {:mvn/version "RELEASE"}}
:main-opts ["-m" "rebel-readline.main"]}
:dev
{:extra-paths ["dev"]
:extra-deps
{thheller/shadow-cljs {:mvn/version "2.16.10"}
org.clojure/tools.namespace {:mvn/version "RELEASE"}
cider/cider-nrepl {:mvn/version "0.27.4"}}}
:shadow-cljs