0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-03 21:09:00 -05:00
penpot/backend/src
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
..
uxbox Add verify macro for true runtime spec asserts. 2020-01-31 19:12:48 +01:00
data_readers.clj 🎉 Add scheduled (cron based) tasks subsystem. 2020-01-25 17:23:21 +01:00