ReactiveX/rxjs

Document ISubscription to SubscriptionLike breaking change

Open

#3,681 创建于 2018年5月10日

在 GitHub 查看
 (1 评论) (2 反应) (0 负责人)TypeScript (31,024 star) (3,007 fork)batch import
docshelp wanted

描述

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

贡献者指南

Document ISubscription to SubscriptionLike breaking change · ReactiveX/rxjs#3681 | Good First Issue