0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-13 08:11:30 -05:00
penpot/common/uxbox/common
Andrey Antukh 8057fb54a6 Add verify macro for true runtime spec asserts.
This commits mainly renames the old `assert` to `verify` and
adds new `assert` that laverages `:elide-asserts` on clojurescript
and *assert* value on clojure.

This approach enables an assert macro that does not performs
any runtime checks and compiles to more performant code in both
cases: development mode and production mode.
2020-01-31 19:12:48 +01:00
..
data.cljc ♻️ Migrate to common spec namespace. 2020-01-11 20:26:10 +01:00
exceptions.cljc ♻️ Add spec ns on shared code (and adapt frontend code to use it). 2020-01-11 19:56:48 +01:00
pages.cljc 📎 Add commented code related to undo/redo. 2020-01-31 10:52:34 +01:00
spec.cljc Add verify macro for true runtime spec asserts. 2020-01-31 19:12:48 +01:00