-
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.zip(). #932
Comments
@david-driscoll is there a reason for this not being in the all, because I see zipproto.ts in there... |
Not sure! I'll have a look tonight. On Mon, Oct 5, 2015 at 10:21 AM, Matthew Podwysocki <
|
@mattpodwysocki @david-driscoll linq/observable/zipproto.js is not included in any concat target in Gruntfile.js any more. It used to be, but commit 5bacc78 changed that and replaced it with perf/operators/zip.js. Because of that, zipproto.ts isn't included any more since it's corresponding js file is not a concat target. I'm not entirely sure what the proper fix is here. The rebuild-ts task depends on the names in perf/operators and linq/observable being unique regardless of location. If perf/operators/zip.js was renamed to perf/operators/zipproto.js, it would fix the TypeScript issue, but is that an acceptable change? |
Fixes #932, bring back merge and zip from the dead!
The release note says this & #931 are fixed in |
environment
actual
Observable.prototype.zip().
ObservableStatic.zip()
The text was updated successfully, but these errors were encountered: