Files
logseq/deps/common/.carve/config.edn
Gabriel Horner afe4280c6a refactor: DRY up spread out definition of db's
namespace/parent feature. Following up to #11517, provide vars
so it's clear how a feature is used and coupled throughout the codebase
2024-09-23 14:53:12 -04:00

14 lines
501 B
Clojure

{:paths ["src"]
:api-namespaces [logseq.common.path
logseq.common.uuid
logseq.common.util.namespace
logseq.common.util.page-ref
logseq.common.util.block-ref
logseq.common.util
logseq.common.util.date-time
logseq.common.date
logseq.common.util.macro
logseq.common.marker
logseq.common.config]
:report {:format :ignore}}