-
Notifications
You must be signed in to change notification settings - Fork 2.1k
[regression] v4.0.0's TypeScript definition don't include Observable.prototype.merge<T>(). #931
Comments
Once again, @david-driscoll is there a reason for the regression? Did I screw up? |
Not sure, I'll take a look tonight. On Mon, Oct 5, 2015 at 10:24 AM, Matthew Podwysocki <
|
@david-driscoll appreciate it, that and the |
I always take the blame first. :) It's possible the way things are loaded On Mon, Oct 5, 2015 at 10:39 AM, Matthew Podwysocki <
|
Sorry been distracted with life... I think I see the problem. Merge currently lives under https://github.com/Reactive-Extensions/RxJS/blob/master/src/core/linq/observable/mergeconcat.js instead of mergeproto.js, it should be as simple as renaming. I'm not sure if the zip one is the same, but I'm going to look at these tonight after I get kids squared away. 😄 |
okay I lied... I looked at the zip one too. zipproto has been rolled into https://github.com/Reactive-Extensions/RxJS/blob/master/src/core/perf/operators/zip.js and zipproto isn't in the grunt file. I'll get a pr out for these two tonight. |
Heh, we looked into this at the same time, see #932. ;) I actually had a fix for the merge operator issue and was just about to create a PR for it. Now I see you have the exact same fix in mind. I'll leave you to it, @david-driscoll. :) |
environment
actual
Observable.prototype.merge<T>().
ObservableStatic.merge<T>()
The text was updated successfully, but these errors were encountered: