mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 19:28:12 +00:00
🎉 Add debugging reader macro #p.
This commit is contained in:
parent
41c6917260
commit
6b49479ef7
@ -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…
x
Reference in New Issue
Block a user