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(operator): update type definitions for union types #585

Closed
wants to merge 1 commit into from

Conversation

kwonoj
Copy link
Member

@kwonoj kwonoj commented Oct 23, 2015

  • allow multiple type parameters can be accepted for observable,
    operator supports array of union types

closes #581

This PR replaces array of union type declaration more explicit way by language spec (microsoft/TypeScript#805), get rid of type inference error by typescript compiler when multiple type of parameters are actually provided.

- allow multiple type parameters can be accepted for observable,
operator supports array of union types

closes ReactiveX#581
@luisgabriel
Copy link
Contributor

👍

@benlesh
Copy link
Member

benlesh commented Oct 26, 2015

Merged with 9d90c75... thanks @kwonoj

@benlesh benlesh closed this Oct 26, 2015
@kwonoj kwonoj deleted the chore-tsd branch October 26, 2015 22:10
@lock lock bot locked as resolved and limited conversation to collaborators Jan 18, 2019
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.

Type definition complains for some operators with union type
3 participants