Skip to content

Commit

Permalink
cljs spec (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude authored Oct 23, 2024
1 parent 8253c69 commit eb1fcaa
Show file tree
Hide file tree
Showing 3 changed files with 760 additions and 2 deletions.
7 changes: 6 additions & 1 deletion playground/src/playground.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@
sci.configs.hoplon.hoplon
hoplon.dom

sci.configs.cljs.spec.alpha

[sci.core :as sci]
[sci.ctx-store :as store]))

Expand All @@ -65,7 +67,10 @@
#'sci.configs.reagent.reagent-dom-client/config
#'sci.configs.tonsky.datascript/config
#'sci.configs.hoplon.javelin/config
#'sci.configs.hoplon.hoplon/config])
#'sci.configs.hoplon.hoplon/config
#'sci.configs.cljs.spec.alpha/config])

(prn :hello2)

(def sci-ctx
(->> all-configs
Expand Down
Loading

0 comments on commit eb1fcaa

Please sign in to comment.