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

Add a recursive reference to the global object #57

Closed
wants to merge 1 commit into from

Conversation

svi3c
Copy link
Contributor

@svi3c svi3c commented Mar 25, 2016

I would like to sandbox a module without mocking rxjs out.
The problem is that it looks on the global object whether it has a recursive property pointing to itself: https://github.com/ReactiveX/rxjs/blob/5.0.0-beta.3/src/util/root.ts#L28

I would like sandbox a module without mocking rxjs out.
The problem is that it looks on the global object whether it has a recursive property pointing to itself: https://github.com/ReactiveX/rxjs/blob/master/src/util/root.ts#L28
@svi3c svi3c closed this Oct 27, 2023
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.

None yet

1 participant