Skip to content

Commit

Permalink
chore(compat): add symbol to the compatibility package
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonaden committed Mar 15, 2018
1 parent fd86df5 commit ce83f62
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions compat/symbol/iterator.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from 'rxjs/symbol/iterator';
1 change: 1 addition & 0 deletions compat/symbol/observable.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from 'rxjs/symbol/observable';
1 change: 1 addition & 0 deletions compat/symbol/rxSubscriber.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from 'rxjs/symbol/rxSubscriber';
1 change: 1 addition & 0 deletions legacy-reexport/symbol/iterator.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from 'rxjs-compat/symbol/iterator';
1 change: 1 addition & 0 deletions legacy-reexport/symbol/observable
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from 'rxjs-compat/symbol/observable';
1 change: 1 addition & 0 deletions legacy-reexport/symbol/rxSubscriber.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from 'rxjs-compat/symbol/rxSubscriber';

0 comments on commit ce83f62

Please sign in to comment.