Skip to content

Commit

Permalink
fix(bundle): don't export operators twice (#4310)
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-agius4 authored and benlesh committed Nov 28, 2018
1 parent 660133d commit 2399f6e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions compat/umd.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,9 @@
NOTE: This is the global export file for rxjs v6 and higher.
*/

/* rxjs */
/* rxjs and rxjs.operators */
export * from './Rx';

/* rxjs.operators */
import * as _operators from 'rxjs/operators';
export const operators = _operators;

/* rxjs.testing */
import * as _testing from 'rxjs/testing';
export const testing = _testing;
Expand Down

0 comments on commit 2399f6e

Please sign in to comment.