rx-queue

v1.0.5
Easy to Use ReactiveX Queue that Supports Delay/DelayExecutor/Throttle/Debounce/Concurrency Features Powered by RxJS/IxJS
queue delay executor throttle debounce rxjs rx fifo

clean

shx rm -fr dist/*

dist

npm-run-all clean build dist:commonjs

build

tsc && tsc -p tsconfig.cjs.json

dist:commonjs

jq -n "{ type: \"commonjs\" }" > dist/cjs/package.json

lint

npm-run-all lint:es lint:ts

lint:ts

tsc --isolatedModules --noEmit

test

npm-run-all lint test:unit

test:unit

cross-env NODE_OPTIONS="--no-warnings --loader=ts-node/esm" tap "src/**/*.spec.ts" "tests/*.spec.ts"

test:pack

bash -x scripts/npm-pack-testing.sh

lint:es

eslint --ignore-pattern fixtures/ "src/**/*.ts" "tests/**/*.ts"
npm i rx-queue

Metadata

Downloads

Maintainers