rx-extra

v2.1.3
rx-extra extends the library RxJS 5 with extra methods like 'fromNodeReadableStream' and 'splitOnChange'
rx rxjs observable

build

npm run compile

clean

npm-run-all clean:*

clean:es5

rm -rf main.js main.d.ts operator add

clean:esnext

rm -rf esnext

compile

npm-run-all compile:*

compile:es5

npm run clean:es5 && tsc --project tsconfig.json

compile:esnext

npm run clean:esnext && tsc --project tsconfig.esnext.json

prepare

ALLE_DIR='../../../'; if [ ! -d ./node_modules ] && [ -d $ALLE_DIR/node_modules ]; then echo 'Alle configuration detected. Testing from the top-level alle directory...' && (cd $ALLE_DIR && npm run 'rx-extra:build'); else npm run build; fi

prepublishOnly

ALLE_DIR='../../../'; if [ ! -d ./node_modules ] && [ -d $ALLE_DIR/node_modules ]; then echo 'Alle configuration detected. Testing from the top-level alle directory...' && (cd $ALLE_DIR && npm run 'rx-extra:test'); else npm run test; fi

test

mocha test/spec/api.js --reporter min --colors

watch

npm-watch

Metadata

  • MIT
  • Whatever
  • Anders Riutta
  • released 9/26/2019

Downloads

Maintainers