mirror of
https://github.com/penpot/penpot.git
synced 2025-05-31 10:56:11 +02:00
♻️ Refactor change builder for make it more efficient
Mainly replaces the usafe of the inneficient d/preconj helper with a combination of conj and simple list as data structure whitch maintains the previous ordering semantics on addition. Also removes the d/preconj from the codebase.
This commit is contained in:
parent
4e974cd2f3
commit
5b3e12bb9c
9 changed files with 326 additions and 294 deletions
|
@ -15,9 +15,6 @@
|
|||
[linked.core :as lks]
|
||||
[potok.core :as ptk]))
|
||||
|
||||
(.on js/process "uncaughtException" (fn [cause]
|
||||
(js/console.log "EE" cause)))
|
||||
|
||||
(t/use-fixtures :each
|
||||
{:before thp/reset-idmap!})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue