|
2 år sedan | |
---|---|---|
.. | ||
.clj-kondo | 2 år sedan | |
src | 2 år sedan | |
test | 2 år sedan | |
.gitignore | 2 år sedan | |
README.md | 2 år sedan | |
deps.edn | 2 år sedan |
This library provides common util namespaces to share between the frontend and other non-frontend namespaces. This library is not supposed to depend on other logseq libraries.
This library is under the parent namespace logseq.common
.
This follows the practices that the Logseq frontend follows. Most of the same linters are used, with configurations that are specific to this library. See this library's CI file for linting examples.
To run ClojureScript tests:
clojure -M:test
To auto-run tests while writing tests:
clojure -M:test -w src