mirror of
https://github.com/logseq/logseq.git
synced 2026-05-05 11:26:26 +00:00
- bb test:load-all-namespaces-with-nbb now passes for all deps - Updated nbb-logseq to support cljs.core/Atom - Adjusted datascript.impl.entity with previous datascript.db require so that correct loading occurs in nbb - fixed missing deps in logseq.outliner - Converted a minor cljs.spec to malli since malli is nbb compatible - Changed exists? to some? since they are functionally equivalent for the given arg and some? is nbb compatible
11 lines
255 B
Clojure
11 lines
255 B
Clojure
{:paths ["src"]
|
|
:deps
|
|
{logseq/db
|
|
{:local/root "../db"}
|
|
logseq/graph-parser
|
|
{:local/root "../graph-parser"}
|
|
metosin/malli
|
|
{:mvn/version "0.10.0"}
|
|
io.github.nextjournal/nbb-test-runner
|
|
{:git/sha "60ed57aa04bca8d604f5ba6b28848bd887109347"}}}
|