Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lettable operators are not exposed in global bundle. #2861

Closed
benlesh opened this issue Sep 25, 2017 · 1 comment · Fixed by #2862
Closed

Lettable operators are not exposed in global bundle. #2861

benlesh opened this issue Sep 25, 2017 · 1 comment · Fixed by #2862
Assignees
Labels
feature PRs and issues for features

Comments

@benlesh
Copy link
Member

benlesh commented Sep 25, 2017

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

@benlesh benlesh added the feature PRs and issues for features label Sep 25, 2017
@benlesh benlesh self-assigned this Sep 25, 2017
@lock
Copy link

lock bot commented Jun 6, 2018

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Jun 6, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature PRs and issues for features
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant