serializr

v3.0.2
Serialize and deserialize complex object graphs to JSON
serialize deserialize graph json mobx

test

yarn build-test && nyc --reporter lcov tape test/*.js

lint

eslint src --ext .ts

prepare

yarn run build && yarn run build-docs

build

rollup --config

build-docs

typedoc

build-test

yarn run build-test-babel && yarn run build-test-ts

build-test-ts

tsc -p test/typescript

build-test-babel

babel test/babel/babel.js test/babel/mobx-babel.js -o test/babel/babel-compiled.js

prettier

prettier --write {src,test}/**/*.{ts,js}

clean

rimraf lib test/typescript/ts.js test/babel/babel-compiled.js

postversion

git push && git push --tags

preversion

yarn build && yarn build-test && yarn test && git diff --exit-code

watch-docs

typedoc --watch
npm i serializr

Metadata

  • MIT
  • Whatever
  • Michel Weststrate
  • released 12/11/2022

Downloads