babel-plugin-annotate-pure-calls

v0.4.0
Babel plugin for annotating automatically pure function calls.
babel plugin pure side-effects uglifyjs

build

babel src --out-dir lib

pretest

npm run build

test

jest

precommit

lint-staged

prepare

npm run build

prepublish

test $(npm -v | tr . '\n' | head -n 1) -ge '4' || exit 1

preversion

npm test

release:patch

npm version patch && npm publish && git push --follow-tags

release:minor

npm version minor && npm publish && git push --follow-tags

release:major

npm version major && npm publish && git push --follow-tags
npm i babel-plugin-annotate-pure-calls

Metadata

  • MIT
  • Whatever
  • Mateusz BurzyƄski
  • released 9/25/2018

Downloads

Maintainers