|
6 mēneši atpakaļ | |
---|---|---|
.. | ||
.carve | 1 gadu atpakaļ | |
.clj-kondo | 1 gadu atpakaļ | |
script | 7 mēneši atpakaļ | |
src | 6 mēneši atpakaļ | |
test | 8 mēneši atpakaļ | |
.gitignore | 1 gadu atpakaļ | |
README.md | 2 gadi atpakaļ | |
bb.edn | 11 mēneši atpakaļ | |
deps.edn | 6 mēneši atpakaļ | |
nbb.edn | 1 gadu atpakaļ | |
package.json | 7 mēneši atpakaļ | |
yarn.lock | 7 mēneši atpakaļ |
This library provides outliner operation related functionality. This library is compatible with ClojureScript and with node/nbb-logseq to respectively provide frontend and commandline functionality.
This library is under the parent namespace logseq.outliner
. This library
provides two main namespaces: logseq.outliner.datascript-report
and logseq.outliner.pipeline
.
See the frontend for cljs usage.
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 linters and tests, you'll want to install yarn dependencies once:
yarn install
This step is not needed if you're just running the frontend application.
Testing is done with nbb-logseq and nbb-test-runner. Some basic usage:
# Run all tests
$ yarn test
# List available options
$ yarn test -H
# Run tests with :focus metadata flag
$ yarn test -i focus