snabbdom

v2.0.0
A virtual DOM library with focus on simplicity, modularity, powerful features and performance.
virtual dom light kiss performance

mark-pr-head-as-trusted

node --unhandled-rejections=strict mark-pr-head-as-trusted.cjs

docs

remark . --output

check-clean

git diff --exit-code

lint:js

eslint --ext .ts,.tsx,.cjs,.md,.mjs --ignore-path .gitignore .

lint:editorconfig

editorconfig-checker

lint

run-s lint:editorconfig lint:js

unit

cross-env FILES_PATTERN="test-bundles/unit/**/*.js" karma start karma.conf.cjs

benchmark

cross-env FILES_PATTERN="test-bundles/benchmark/**/*.js" karma start karma.conf.cjs --concurrency=1

make-release-commit

standard-version

test

run-s lint compile bundle-tests unit

compile

ttsc --build src/test/tsconfig.json

bundle-tests

webpack --config tests.webpack.config.cjs

prepublishOnly

npm run compile

Metadata

  • MIT
  • Whatever
  • Simon Friis Vindum
  • released 9/10/2020

Downloads