dojo / core

:rocket: Dojo 2 - language helpers and utilities.
http://dojo.io
Other
213 stars 62 forks source link

Adding extended observable to implement some RxJs methods, shim #59 #250

Closed rorticus closed 7 years ago

rorticus commented 7 years ago

Adding a more usable version of the Observable we added in dojo/shim. Imports and naming conventions should be similar to RxJs, so most usages can just be replaced with the new import dojo-core/Observable.

Added toPromise, defer, map, filter, toArray, and mergeAll.

codecov-io commented 7 years ago

Current coverage is 94.93% (diff: 98.71%)

Merging #250 into master will increase coverage by 0.30%

@@             master       #250   diff @@
==========================================
  Files            31         32     +1   
  Lines          1640       1718    +78   
  Methods          14         14          
  Messages          0          0          
  Branches        326        333     +7   
==========================================
+ Hits           1552       1631    +79   
+ Misses           28         27     -1   
  Partials         60         60          

Powered by Codecov. Last update 00b29b3...182cc5b