KitApps / schema-refined

Clojure library to keep you away from bugs with precise schemas (refined types with runtime checks)
MIT License
67 stars 2 forks source link

Target ClojureScript #11

Open kachayev opened 6 years ago

kachayev commented 6 years ago

It shouldn't a problem, just a few misc:

kachayev commented 6 years ago

@roman01la wanna try this one?

roman01la commented 6 years ago

@kachayev Sure, I'll take a look 👌

roman01la commented 6 years ago

blocked by #9

gsnewmark commented 6 years ago

@roman01la #9 is resolved, I removed the Potemkin dependency. You'll have to reimplement most of the map protocols for CLJS though as AFAIK Clojure and ClojureScript collections protocols are are different :disappointed: