Skip to content

Commit

Permalink
fix(compat): remove observable/scalar deep import as it wasn't previo…
Browse files Browse the repository at this point in the history
…usly available
  • Loading branch information
jasonaden committed Apr 5, 2018
1 parent ba5c266 commit 4566001
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion compat/observable/scalar.ts

This file was deleted.

1 change: 0 additions & 1 deletion legacy-reexport/observable/scalar.ts

This file was deleted.

1 change: 0 additions & 1 deletion src/internal-compatibility/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ export { WebSocketSubjectConfig, WebSocketSubject } from '../internal/observable
export { CombineLatestOperator } from '../internal/observable/combineLatest';
export { dispatch } from '../internal/observable/range';
export { SubscribeOnObservable } from '../internal/observable/SubscribeOnObservable';
export { scalar } from '../internal/observable/scalar';

export { Timestamp } from '../internal/operators/timestamp';
export { TimeInterval } from '../internal/operators/timeInterval';
Expand Down

0 comments on commit 4566001

Please sign in to comment.