You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior:
Users should be able to access lettable versions of operators in global build. Since the prototype versions use the lettable versions internally, there should be a minimal impact on size.
Recommended we do: Rx.operators.mapRx.operators.mergeMap, etc... so that they can be destructured in modern browsers like so: const { map, filter, mergeMap } = Rx.operators
Actual behavior:
n/a
Additional information:
n/a
The text was updated successfully, but these errors were encountered:
RxJS version: 5.0.0-beta.0
Code to reproduce:
n/a
Expected behavior:
Users should be able to access lettable versions of operators in global build. Since the prototype versions use the lettable versions internally, there should be a minimal impact on size.
Recommended we do:
Rx.operators.map
Rx.operators.mergeMap
, etc... so that they can be destructured in modern browsers like so:const { map, filter, mergeMap } = Rx.operators
Actual behavior:
n/a
Additional information:
n/a
The text was updated successfully, but these errors were encountered: