edge-exchange-plugins

v0.8.10
Exchange-rate sources for the Edge core

flow

flow

lint

eslint '*.js' 'src/**/*.js' 'test/**/*.js'

test

node -r sucrase/register test/demo.js

build

rimraf lib && sucrase ./src -q -d ./lib -t flow && webpack

format

import-sort -l --write '*.js' 'src/**/*.js' 'test/**/*.js'; prettier-eslint --write '*.js' 'src/**/*.js' 'test/**/*.js'

prepare

npm run build

precommit

lint-staged && flow && npm test && npm run build

Metadata

Downloads