ReactiveX/rxjs

Document ISubscription to SubscriptionLike breaking change

Open

#3681 aperta il 10 mag 2018

Vedi su GitHub
 (1 commento) (2 reazioni) (0 assegnatari)TypeScript (3007 fork)batch import
docshelp wanted

Metriche repository

Star
 (31.024 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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

Guida contributor