gacha-sort

v1.0.0
Asynchronously sleep sort
gacha sort random sort slept sort

prebuild

rm -rf dist

build

yarn build:js && yarn build:cjs && yarn build:es6 && yarn build:esm && yarn build:umd && yarn compress

build:js

tsc

build:cjs

tsc --project tsconfig-cjs.json

build:es6

tsc --project tsconfig-es6.json

build:esm

tsc --project tsconfig-esm.json

build:umd

tsc --project tsconfig-umd.json

compress

yarn compress:cjs && yarn compress:es6 && yarn compress:esm && yarn compress:umd

compress:cjs

terser dist/index.js -o dist/index.js --compress --mangle

compress:es6

terser dist/es6/index.js -o dist/es6/index.js --compress --mangle

compress:esm

terser dist/esm/index.js -o dist/esm/index.js --compress --mangle

compress:umd

terser dist/umd/index.js -o dist/umd/index.js --compress --mangle

release

yarn test && yarn build && yarn publish --non-interactive

test

jest

test:clear

jest --clearCache
npm i gacha-sort

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 4/30/2020

Downloads

Maintainers