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

fixes for typescript 2.4 #2780

Merged
merged 1 commit into from
Aug 3, 2017
Merged

fixes for typescript 2.4 #2780

merged 1 commit into from
Aug 3, 2017

Commits on Aug 3, 2017

  1. fix(compilation): compile under typescript 2.4

    TypeScript 2.4 is more strict about assignability with generics,
    and in some cases (when calling a generic function) it will infer
    that the generic parameter is <{}> rather than the <T> that rxjs
    typically wants.
    
    Fix this by explicitly passing <T> in the cases where compilation
    fails.
    evmar committed Aug 3, 2017
    Configuration menu
    Copy the full SHA
    ec8c06e View commit details
    Browse the repository at this point in the history