Skip to content

support rxjs 6 and only support version 5 and above#13

Open
juanferreira wants to merge 1 commit into
mastilver:masterfrom
juanferreira:master
Open

support rxjs 6 and only support version 5 and above#13
juanferreira wants to merge 1 commit into
mastilver:masterfrom
juanferreira:master

Conversation

@juanferreira

Copy link
Copy Markdown

RXJS 6 bundle names seem to have been renamed to rxjs.umd prefix.

@juanferreira

Copy link
Copy Markdown
Author

Test seems not to be passing because var name in version 5 is Rx. However, in version 6 according to source code is rxjs. Not sure your test handles multiple var?

@mastilver

Copy link
Copy Markdown
Owner

Yeah, we would need to be able to override car in the versions object

@juanferreira

Copy link
Copy Markdown
Author

FYI I was able to get the test to pass by making var null. Should I just do that instead?

@mastilver

Copy link
Copy Markdown
Owner

No, that wouldn't work. You wouldn't be able to call the library

@toutpt

toutpt commented Aug 14, 2020

Copy link
Copy Markdown

I have added the var support per URL and updated rxjs in #29

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.

3 participants