Skip to content

Commit

Permalink
feat: add DataState utilities
Browse files Browse the repository at this point in the history
* docs: add jsdoc on SplitPane options

* chore: config tests

* chore: add data examples

* feat: create emptyDataState and append a filelist

* feat: add enhancer and processor example

* chore: fix package.json

* chore: fix neta to meta

* docs: add processor type

* chore: fix eslint and specify Processor for jcampProcessor

* chore: enable tests in CI

* chore: remove library uuid

* chore: add vite test config

* chore: fix default append options

Co-authored-by: Michaël Zasso <targos@protonmail.com>
  • Loading branch information
lpatiny and targos committed Jun 24, 2022
1 parent b1ba9e8 commit 3b9c9de
Show file tree
Hide file tree
Showing 22 changed files with 48,265 additions and 485 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
# Documentation: https://github.com/zakodium/workflows#nodejs-ci
uses: zakodium/workflows/.github/workflows/nodejs.yml@nodejs-v1
with:
node-version-matrix: '[16]'
node-version-matrix: '[16, 18]'
lint-check-types: true
npm-setup-command: npm ci
disable-tests: true
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,5 @@ lib-esm

dist
storybook-static
.DS_Store
playwright-report
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
/dist
/lib
/lib-esm
/coverage
/playwright/.cache
/playwright-report
Loading

0 comments on commit 3b9c9de

Please sign in to comment.