ReactiveX/rxjs

Document ISubscription to SubscriptionLike breaking change

クローズ

#3,681 opened on 2018/05/10

 (1 件のコメント) (2 件のリアクション) (0 人の担当者)TypeScript (2,990 件のフォーク)batch import
docshelp wanted

Repository metrics

Stars
 (31,704 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド