fix: circular dependency between outliner and frontend

by moving batch-tx into outliner dep. Outliner dep is
now fully independent and we are able to write unit tests
for all outliner namespaces unlike before
This commit is contained in:
Gabriel Horner
2024-06-19 17:21:22 -04:00
parent 7b787a8fb2
commit b35f30e203
11 changed files with 76 additions and 82 deletions

View File

@@ -3,7 +3,7 @@
(:require [clojure.set :as set]
[datascript.core :as d]
[frontend.schema-register :include-macros true :as sr]
[frontend.worker.batch-tx :include-macros true :as batch-tx]
[logseq.outliner.batch-tx :include-macros true :as batch-tx]
[frontend.worker.db-listener :as db-listener]
[frontend.worker.state :as worker-state]
[logseq.common.config :as common-config]