@mchappell/util-rxjs

v0.3.0
RxJS extensions

build:esm

tsc -p src/tsconfig.json --outDir ./dist/esm --module es2020

build:cjs

tsc --build src

build

run-s build:cjs build:esm module-fixup

module-fixup

shx cp ../../build/cjs-package.json ./dist/cjs/package.json && cp ../../build/esm-package.json ./dist/esm/package.json

tscNoEmit

shx echo typescript --noEmit command not implemented yet

cleanup:dist

shx rm -rf dist

cleanup:nm

shx rm -rf node_modules

cleanup

run-s cleanup:dist cleanup:nm

lint

eslint --ignore-path ../../.eslintignore "**/*.ts"

lint:fix

eslint --fix --ignore-path ../../.eslintignore "**/*.ts"

test

jest -c ./jest.config.js

test:e2e

shx echo 'test:e2e' command not implemented yet

coverage

yarn test --coverage

prepack

yarn build

test:debug

DEBUG=true yarn test
npm i @mchappell/util-rxjs

Metadata

  • MPL-2.0
  • ^14
  • Mircea Hasegan
  • released 6/16/2022

Downloads

Maintainers