mirror of
https://github.com/penpot/penpot.git
synced 2025-01-08 16:00:19 -05:00
🎉 Add debugging reader macro #p.
This commit is contained in:
parent
41c6917260
commit
6b49479ef7
2 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,7 @@
|
|||
{com.bhauman/rebel-readline-cljs {:mvn/version "0.1.4"}
|
||||
com.bhauman/rebel-readline {:mvn/version "0.1.4"}
|
||||
org.clojure/tools.namespace {:mvn/version "0.3.1"}
|
||||
hashp/hashp {:mvn/version "RELEASE"}
|
||||
|
||||
metosin/jsonista {:mvn/version "0.2.5"}
|
||||
funcool/datoteka {:mvn/version "1.2.0"}
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
|
||||
(ns uxbox.main
|
||||
(:require
|
||||
[hashp.core :include-macros true]
|
||||
[cljs.spec.alpha :as s]
|
||||
[beicon.core :as rx]
|
||||
[goog.object :as gobj]
|
||||
|
|
Loading…
Reference in a new issue