babel-plugin-transform-jsbi-to-bigint

v1.4.0
Compile JSBI code to native BigInt code.
babel-plugin bigint

build

babel src -d dist

ci

npm run lint && git status && git diff-index --quiet HEAD -- && npm test

clean

rm -rf dist

lint

eslint --fix src/index.js

prepublish

npm run clean && npm run build

test

mocha --require @babel/register

test:watch

npm run test -- --watch
npm i babel-plugin-transform-jsbi-to-bigint

Metadata

Downloads