Skip to content

Commit

Permalink
fix(subscribeOn): add subscribeOn back to the distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonaden committed Mar 21, 2018
1 parent 6717a01 commit d6556f2
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/internal/operators/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,7 @@ export { skipLast } from './skipLast';
export { skipUntil } from './skipUntil';
export { skipWhile } from './skipWhile';
export { startWith } from './startWith';
/**
* TODO(https://github.com/ReactiveX/rxjs/issues/2900): Add back subscribeOn once it can be
* treeshaken. Currently if this export is added back, it
* forces apps to bring in asap scheduler along with
* Immediate, root, and other supporting code.
*/
// export { subscribeOn } from './subscribeOn';
export { subscribeOn } from './subscribeOn';
export { switchAll } from './switchAll';
export { switchMap } from './switchMap';
export { switchMapTo } from './switchMapTo';
Expand Down

0 comments on commit d6556f2

Please sign in to comment.