ReactiveX/rxjs

Document ISubscription to SubscriptionLike breaking change

Open

#3.681 geöffnet am 10. Mai 2018

Auf GitHub ansehen
 (1 Kommentar) (2 Reaktionen) (0 zugewiesene Personen)TypeScript (3.007 Forks)batch import
docshelp wanted

Repository-Metriken

Stars
 (31.024 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

RxJS version: 6.1.0

Code to reproduce:

import { ISubscription } from 'rxjs/Subscription';

Expected behavior:

import { SubscriptionLike } from 'rxjs';

Actual behavior:

No documentation for this change is mentioned in MIGRATION.md#import-paths

Additional information:

Please include an update about this breaking change https://github.com/ReactiveX/rxjs/blob/master/MIGRATION.md#import-paths

Contributor Guide