evo-company / RxJS

The Reactive Extensions for JavaScript

Home Page:http://reactivex.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status GitHub version NPM version Downloads Bower NuGet Join the chat at https://gitter.im/Reactive-Extensions/RxJS

⚠️ This fork was created for custom build for @evo. The main reason for creating custom build is reducing the bundle size. None code of the original sources was modified. All included methods for custom builds are stored in custom-builds folder.

Custom builds:

Deploy

Travis ci is configured to publish package on a new tag

npm run build:prom
// ... or your custom build
npm version patch|minor|major
git push origin master
git push origin <your tag>

NOTE: The latest version of RxJS can be found here

About

The Reactive Extensions for JavaScript

http://reactivex.io

License:Other


Languages

Language:JavaScript 91.7%Language:TypeScript 7.0%Language:HTML 1.2%Language:Shell 0.0%Language:CSS 0.0%