-
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
fix(pipe): align static pipe to Observable pipe rest parameters overl… #4112
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but now that there is a rest parameters signature, could you include in the static pipe
dtslint
tests some tests like these two Observable.pipe
tests?
OK. I will work on that. Thanks 😊 |
de36e97
to
9499645
Compare
@cartant I have added new commit for the tests. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
That was quick. Thanks 👍 |
pipeFromArray could also drop the type params now that no one calls it with anything other than <any, any> ? |
@jgbpercy Yes, |
currently, |
Description:
Bring static pipe rest parameters overload to be in line with Observable.pipe
Related issue (if exists):
#4109