0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-10 17:18:21 -05:00
penpot/frontend
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
..
build ♻️ Refactor on docker and build scripts. 2020-01-20 13:26:37 +01:00
dev/bench Move all files under frontend directory. 2016-11-20 20:03:17 +01:00
resources 🐛 Fix icons selection options widget. 2020-01-28 11:12:14 +01:00
scripts ♻️ Refactor on docker and build scripts. 2020-01-20 13:26:37 +01:00
src/uxbox Add verify macro for true runtime spec asserts. 2020-01-31 19:12:48 +01:00
test/uxbox/tests Performance improvements. 2020-01-16 16:22:56 +01:00
vendor 🎉 Add uuid v1 implementation. 2020-01-21 12:17:49 +01:00
.nvmrc ⬆️ Update npm dependencies. 2020-01-11 15:59:31 +00:00
Caddyfile Move caddyfile out of dist directory. 2017-02-21 13:19:25 +01:00
deps.edn ♻️ Rewrite translations messages collection using gramar based parser. 2020-01-21 21:28:29 +01:00
gulpfile.js ♻️ Refactor on docker and build scripts. 2020-01-20 13:26:37 +01:00
legacy.edn ♻️ Refactor all i18n subsystem. 2020-01-11 16:28:54 +01:00
legacy.fr.edn ♻️ Refactor all i18n subsystem. 2020-01-11 16:28:54 +01:00
locales.clj 💄 Minor cosmetic changes on message collection (i18n). 2020-01-21 21:31:43 +01:00
tools.clj 🔥 Remove old repo code. 2020-01-21 23:09:28 +01:00