ReactiveX/rxjs

Document ISubscription to SubscriptionLike breaking change

Open

#3 681 ouverte le 10 mai 2018

Voir sur GitHub
 (1 commentaire) (2 réactions) (0 assignés)TypeScript (3 007 forks)batch import
docshelp wanted

Métriques du dépôt

Stars
 (31 024 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

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

Guide contributeur