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

fix: remove explicit types in toPromise spec #5261

Merged
merged 1 commit into from
Jan 23, 2020

Conversation

cartant
Copy link
Collaborator

@cartant cartant commented Jan 23, 2020

Description:

This PR removes explicit parameter types from arrow functions in the toPromise spec. With the changes made in #5072, toPromise is now typed as potentially resolving with undefined.

The problem is currently breaking CI for all PRs.

Related issue (if exists): N/A

As toPromise can resolve to undefined via the change in ReactiveX#5072.
@cartant cartant requested a review from benlesh January 23, 2020 21:06
@benlesh benlesh merged commit c8957b0 into ReactiveX:master Jan 23, 2020
kwonoj pushed a commit to kwonoj/rxjs that referenced this pull request Feb 5, 2020
As toPromise can resolve to undefined via the change in ReactiveX#5072.
martinsik pushed a commit to martinsik/rxjs that referenced this pull request Feb 15, 2020
As toPromise can resolve to undefined via the change in ReactiveX#5072.
@lock lock bot locked as resolved and limited conversation to collaborators Feb 22, 2020
@cartant cartant deleted the pr-5072-and-strict branch September 24, 2020 07:09
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants