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

Support RxJS 6 #23

Merged
merged 1 commit into from Sep 23, 2019
Merged

Support RxJS 6 #23

merged 1 commit into from Sep 23, 2019

Conversation

mcmxcdev
Copy link
Contributor

@mcmxcdev mcmxcdev commented Sep 14, 2019

Closes #22.

The PR is in draft state for now, since I didn't have the time yet to test it on an actual project.
Can I yarn link to test it?

I had rxjs-compat installed at first to make it a smooth transition and removed it again, so support for RxJS 5 is definitely dropped.

Sorry for all the changes in a single commit, I kind of unexpectedly managed to get it working and passing all the tests right away :)

Looking forward to get some feedback.


IssueHunt Summary

Referenced issues

This pull request has been submitted to:


IssueHunt has been backed by the following sponsors. Become a sponsor

* update to rxjs 6

* fix import-order eslint issues existent in master

* change file imports due to breaking changes of rxjs 6

Signed-off-by: mhatvan <markus_hatvan@aon.at>
@sindresorhus
Copy link
Owner

I’m not 100% linking will work. You can just copy-paste the directory into your project’s node_modules directory.

@mcmxcdev
Copy link
Contributor Author

@sindresorhus yarn link works just fine, fyi ;)
I was able to verify that the implementation works with zen-observable as expected through reading the documentation of this repo.
The other libs I am unsure how to test them correctly. Can you either try this PR out locally yourself or instruct me how to make sure rxjs-min etc. still work?

@sindresorhus
Copy link
Owner

Can you either try this PR out locally yourself or instruct me how to make sure rxjs-min etc. still work?

I honestly don't know. I don't use RxJS.

@sindresorhus sindresorhus marked this pull request as ready for review September 23, 2019 05:47
@sindresorhus sindresorhus merged commit 051df7e into sindresorhus:master Sep 23, 2019
@sindresorhus
Copy link
Owner

The changes look good to me :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support RxJS 6
2 participants