-
Notifications
You must be signed in to change notification settings - Fork 3k
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
unnecessary if statement in Observable.prototype.pipe #6504
Comments
hgaleh
added a commit
to hgaleh/rxjs
that referenced
this issue
Jul 5, 2021
there is an unnecessary if in the pipe, remove it ReactiveX#6504
hgaleh
added a commit
to hgaleh/rxjs
that referenced
this issue
Jul 7, 2021
there is an unnecessary if in the pipe, remove it ReactiveX#6504
hgaleh
added a commit
to hgaleh/rxjs
that referenced
this issue
Jul 9, 2021
there is an unnecessary if in the pipe, remove it ReactiveX#6504
hgaleh
added a commit
to hgaleh/rxjs
that referenced
this issue
Jul 11, 2021
there is an unnecessary if in the pipe, remove it ReactiveX#6504
benlesh
pushed a commit
that referenced
this issue
Jul 14, 2021
there is an unnecessary if in the pipe, remove it #6504
Can be closed as the PR #6505 fixed this |
Closing as fixed in #6505. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is an unnecessary if statement in the Observable.prototype.pipe because length is double checked.
The text was updated successfully, but these errors were encountered: