babel-plugin-short-private-properties

v1.0.1
A babel plugin which will convert all private properties `_prop` or methods `_doSome` to short name.

prettier

prettier --use-tabs --write ./{src,lib}/*.js;

compile

babel src --out-dir lib

pretest

npm run compile

test

node ./test/test.js

js

npm run compile; npm run prettier
npm i babel-plugin-short-private-properties

Metadata

  • MIT
  • >= 4.2
  • David Narbutovich
  • released 2/3/2018

Downloads

Maintainers