logseq/deps/common
Andelf 51201124ff fix(fs): add unicode normalize to path-fn
This is a catch-all type fix
2023-05-18 12:24:18 +08:00
..
.clj-kondo Minor clean up and help with feedback 2023-03-28 09:14:42 +08:00
src/logseq/common fix(fs): add unicode normalize to path-fn 2023-05-18 12:24:18 +08:00
test/logseq/common test(fs): simple test for protocol-url 2023-04-27 14:30:46 -04:00
.gitignore Minor clean up and help with feedback 2023-03-28 09:14:42 +08:00
README.md Minor clean up and help with feedback 2023-03-28 09:14:42 +08:00
deps.edn Add a workflow for test+lint and misc fixes 2023-03-28 09:14:42 +08:00

README.md

Description

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.

API

This library is under the parent namespace logseq.common.

Dev

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.

Testing

To run ClojureScript tests:

clojure -M:test

To auto-run tests while writing tests:

clojure -M:test -w src