@@ -25,108 +25,108 @@ export { using } from './internal/observable/using';
25
25
export { zip } from './internal/observable/zip' ;
26
26
27
27
/* Operator exports */
28
- export { audit } from './operators/audit' ;
29
- export { auditTime } from './operators/auditTime' ;
30
- export { buffer } from './operators/buffer' ;
31
- export { bufferCount } from './operators/bufferCount' ;
32
- export { bufferTime } from './operators/bufferTime' ;
33
- export { bufferToggle } from './operators/bufferToggle' ;
34
- export { bufferWhen } from './operators/bufferWhen' ;
35
- export { catchError } from './operators/catchError' ;
36
- export { combineAll } from './operators/combineAll' ;
37
- export { concatAll } from './operators/concatAll' ;
38
- export { concatMap } from './operators/concatMap' ;
39
- export { concatMapTo } from './operators/concatMapTo' ;
40
- export { count } from './operators/count' ;
41
- export { debounce } from './operators/debounce' ;
42
- export { debounceTime } from './operators/debounceTime' ;
43
- export { defaultIfEmpty } from './operators/defaultIfEmpty' ;
44
- export { delay } from './operators/delay' ;
45
- export { delayWhen } from './operators/delayWhen' ;
46
- export { dematerialize } from './operators/dematerialize' ;
47
- export { distinct } from './operators/distinct' ;
48
- export { distinctUntilChanged } from './operators/distinctUntilChanged' ;
49
- export { distinctUntilKeyChanged } from './operators/distinctUntilKeyChanged' ;
50
- export { elementAt } from './operators/elementAt' ;
51
- export { every } from './operators/every' ;
52
- export { exhaust } from './operators/exhaust' ;
53
- export { exhaustMap } from './operators/exhaustMap' ;
54
- export { expand } from './operators/expand' ;
55
- export { filter } from './operators/filter' ;
56
- export { finalize } from './operators/finalize' ;
57
- export { find } from './operators/find' ;
58
- export { findIndex } from './operators/findIndex' ;
59
- export { first } from './operators/first' ;
60
- export { groupBy } from './operators/groupBy' ;
61
- export { ignoreElements } from './operators/ignoreElements' ;
62
- export { isEmpty } from './operators/isEmpty' ;
63
- export { last } from './operators/last' ;
64
- export { map } from './operators/map' ;
65
- export { mapTo } from './operators/mapTo' ;
66
- export { materialize } from './operators/materialize' ;
67
- export { max } from './operators/max' ;
68
- export { mergeAll } from './operators/mergeAll' ;
69
- export { mergeMap } from './operators/mergeMap' ;
70
- export { mergeMap as flatMap } from './operators/mergeMap' ;
71
- export { mergeMapTo } from './operators/mergeMapTo' ;
72
- export { mergeScan } from './operators/mergeScan' ;
73
- export { min } from './operators/min' ;
74
- export { multicast } from './operators/multicast' ;
75
- export { observeOn } from './operators/observeOn' ;
76
- export { pairwise } from './operators/pairwise' ;
77
- export { partition } from './operators/partition' ;
78
- export { pluck } from './operators/pluck' ;
79
- export { publish } from './operators/publish' ;
80
- export { publishBehavior } from './operators/publishBehavior' ;
81
- export { publishLast } from './operators/publishLast' ;
82
- export { publishReplay } from './operators/publishReplay' ;
83
- export { reduce } from './operators/reduce' ;
84
- export { repeat } from './operators/repeat' ;
85
- export { repeatWhen } from './operators/repeatWhen' ;
86
- export { retry } from './operators/retry' ;
87
- export { retryWhen } from './operators/retryWhen' ;
88
- export { refCount } from './operators/refCount' ;
89
- export { sample } from './operators/sample' ;
90
- export { sampleTime } from './operators/sampleTime' ;
91
- export { scan } from './operators/scan' ;
92
- export { sequenceEqual } from './operators/sequenceEqual' ;
93
- export { share } from './operators/share' ;
94
- export { shareReplay } from './operators/shareReplay' ;
95
- export { single } from './operators/single' ;
96
- export { skip } from './operators/skip' ;
97
- export { skipLast } from './operators/skipLast' ;
98
- export { skipUntil } from './operators/skipUntil' ;
99
- export { skipWhile } from './operators/skipWhile' ;
100
- export { startWith } from './operators/startWith' ;
28
+ export { audit } from './internal/ operators/audit' ;
29
+ export { auditTime } from './internal/ operators/auditTime' ;
30
+ export { buffer } from './internal/ operators/buffer' ;
31
+ export { bufferCount } from './internal/ operators/bufferCount' ;
32
+ export { bufferTime } from './internal/ operators/bufferTime' ;
33
+ export { bufferToggle } from './internal/ operators/bufferToggle' ;
34
+ export { bufferWhen } from './internal/ operators/bufferWhen' ;
35
+ export { catchError } from './internal/ operators/catchError' ;
36
+ export { combineAll } from './internal/ operators/combineAll' ;
37
+ export { concatAll } from './internal/ operators/concatAll' ;
38
+ export { concatMap } from './internal/ operators/concatMap' ;
39
+ export { concatMapTo } from './internal/ operators/concatMapTo' ;
40
+ export { count } from './internal/ operators/count' ;
41
+ export { debounce } from './internal/ operators/debounce' ;
42
+ export { debounceTime } from './internal/ operators/debounceTime' ;
43
+ export { defaultIfEmpty } from './internal/ operators/defaultIfEmpty' ;
44
+ export { delay } from './internal/ operators/delay' ;
45
+ export { delayWhen } from './internal/ operators/delayWhen' ;
46
+ export { dematerialize } from './internal/ operators/dematerialize' ;
47
+ export { distinct } from './internal/ operators/distinct' ;
48
+ export { distinctUntilChanged } from './internal/ operators/distinctUntilChanged' ;
49
+ export { distinctUntilKeyChanged } from './internal/ operators/distinctUntilKeyChanged' ;
50
+ export { elementAt } from './internal/ operators/elementAt' ;
51
+ export { every } from './internal/ operators/every' ;
52
+ export { exhaust } from './internal/ operators/exhaust' ;
53
+ export { exhaustMap } from './internal/ operators/exhaustMap' ;
54
+ export { expand } from './internal/ operators/expand' ;
55
+ export { filter } from './internal/ operators/filter' ;
56
+ export { finalize } from './internal/ operators/finalize' ;
57
+ export { find } from './internal/ operators/find' ;
58
+ export { findIndex } from './internal/ operators/findIndex' ;
59
+ export { first } from './internal/ operators/first' ;
60
+ export { groupBy } from './internal/ operators/groupBy' ;
61
+ export { ignoreElements } from './internal/ operators/ignoreElements' ;
62
+ export { isEmpty } from './internal/ operators/isEmpty' ;
63
+ export { last } from './internal/ operators/last' ;
64
+ export { map } from './internal/ operators/map' ;
65
+ export { mapTo } from './internal/ operators/mapTo' ;
66
+ export { materialize } from './internal/ operators/materialize' ;
67
+ export { max } from './internal/ operators/max' ;
68
+ export { mergeAll } from './internal/ operators/mergeAll' ;
69
+ export { mergeMap } from './internal/ operators/mergeMap' ;
70
+ export { mergeMap as flatMap } from './internal/ operators/mergeMap' ;
71
+ export { mergeMapTo } from './internal/ operators/mergeMapTo' ;
72
+ export { mergeScan } from './internal/ operators/mergeScan' ;
73
+ export { min } from './internal/ operators/min' ;
74
+ export { multicast } from './internal/ operators/multicast' ;
75
+ export { observeOn } from './internal/ operators/observeOn' ;
76
+ export { pairwise } from './internal/ operators/pairwise' ;
77
+ export { partition } from './internal/ operators/partition' ;
78
+ export { pluck } from './internal/ operators/pluck' ;
79
+ export { publish } from './internal/ operators/publish' ;
80
+ export { publishBehavior } from './internal/ operators/publishBehavior' ;
81
+ export { publishLast } from './internal/ operators/publishLast' ;
82
+ export { publishReplay } from './internal/ operators/publishReplay' ;
83
+ export { reduce } from './internal/ operators/reduce' ;
84
+ export { repeat } from './internal/ operators/repeat' ;
85
+ export { repeatWhen } from './internal/ operators/repeatWhen' ;
86
+ export { retry } from './internal/ operators/retry' ;
87
+ export { retryWhen } from './internal/ operators/retryWhen' ;
88
+ export { refCount } from './internal/ operators/refCount' ;
89
+ export { sample } from './internal/ operators/sample' ;
90
+ export { sampleTime } from './internal/ operators/sampleTime' ;
91
+ export { scan } from './internal/ operators/scan' ;
92
+ export { sequenceEqual } from './internal/ operators/sequenceEqual' ;
93
+ export { share } from './internal/ operators/share' ;
94
+ export { shareReplay } from './internal/ operators/shareReplay' ;
95
+ export { single } from './internal/ operators/single' ;
96
+ export { skip } from './internal/ operators/skip' ;
97
+ export { skipLast } from './internal/ operators/skipLast' ;
98
+ export { skipUntil } from './internal/ operators/skipUntil' ;
99
+ export { skipWhile } from './internal/ operators/skipWhile' ;
100
+ export { startWith } from './internal/ operators/startWith' ;
101
101
/**
102
102
* TODO(https://github.com/ReactiveX/rxjs/issues/2900): Add back subscribeOn once it can be
103
103
* treeshaken. Currently if this export is added back, it
104
104
* forces apps to bring in asap scheduler along with
105
105
* Immediate, root, and other supporting code.
106
106
*/
107
- // export { subscribeOn } from './operators/subscribeOn';
108
- export { switchAll } from './operators/switchAll' ;
109
- export { switchMap } from './operators/switchMap' ;
110
- export { switchMapTo } from './operators/switchMapTo' ;
111
- export { take } from './operators/take' ;
112
- export { takeLast } from './operators/takeLast' ;
113
- export { takeUntil } from './operators/takeUntil' ;
114
- export { takeWhile } from './operators/takeWhile' ;
115
- export { tap } from './operators/tap' ;
116
- export { throttle } from './operators/throttle' ;
117
- export { throttleTime } from './operators/throttleTime' ;
118
- export { timeInterval } from './operators/timeInterval' ;
119
- export { timeout } from './operators/timeout' ;
120
- export { timeoutWith } from './operators/timeoutWith' ;
121
- export { timestamp } from './operators/timestamp' ;
122
- export { toArray } from './operators/toArray' ;
123
- export { window } from './operators/window' ;
124
- export { windowCount } from './operators/windowCount' ;
125
- export { windowTime } from './operators/windowTime' ;
126
- export { windowToggle } from './operators/windowToggle' ;
127
- export { windowWhen } from './operators/windowWhen' ;
128
- export { withLatestFrom } from './operators/withLatestFrom' ;
129
- export { zipAll } from './operators/zipAll' ;
107
+ // export { subscribeOn } from './internal/ operators/subscribeOn';
108
+ export { switchAll } from './internal/ operators/switchAll' ;
109
+ export { switchMap } from './internal/ operators/switchMap' ;
110
+ export { switchMapTo } from './internal/ operators/switchMapTo' ;
111
+ export { take } from './internal/ operators/take' ;
112
+ export { takeLast } from './internal/ operators/takeLast' ;
113
+ export { takeUntil } from './internal/ operators/takeUntil' ;
114
+ export { takeWhile } from './internal/ operators/takeWhile' ;
115
+ export { tap } from './internal/ operators/tap' ;
116
+ export { throttle } from './internal/ operators/throttle' ;
117
+ export { throttleTime } from './internal/ operators/throttleTime' ;
118
+ export { timeInterval } from './internal/ operators/timeInterval' ;
119
+ export { timeout } from './internal/ operators/timeout' ;
120
+ export { timeoutWith } from './internal/ operators/timeoutWith' ;
121
+ export { timestamp } from './internal/ operators/timestamp' ;
122
+ export { toArray } from './internal/ operators/toArray' ;
123
+ export { window } from './internal/ operators/window' ;
124
+ export { windowCount } from './internal/ operators/windowCount' ;
125
+ export { windowTime } from './internal/ operators/windowTime' ;
126
+ export { windowToggle } from './internal/ operators/windowToggle' ;
127
+ export { windowWhen } from './internal/ operators/windowWhen' ;
128
+ export { withLatestFrom } from './internal/ operators/withLatestFrom' ;
129
+ export { zipAll } from './internal/ operators/zipAll' ;
130
130
131
131
/* Subjects */
132
132
export { Subject } from './Subject' ;
0 commit comments