UNPKG

@acutmore/rxjs

Version:

Reactive Extensions for modern JavaScript

468 lines (464 loc) 42 kB
"use strict" var path = require('path'); var dir = path.resolve(__dirname); module.exports = function() { return { "rxjs/websocket/index": path.join(dir, "websocket/index.js"), "rxjs/testing/index": path.join(dir, "testing/index.js"), "rxjs/operators/index": path.join(dir, "operators/index.js"), "rxjs/internal/util/tryCatch": path.join(dir, "internal/util/tryCatch.js"), "rxjs/internal/util/toSubscriber": path.join(dir, "internal/util/toSubscriber.js"), "rxjs/internal/util/subscribeToResult": path.join(dir, "internal/util/subscribeToResult.js"), "rxjs/internal/util/root": path.join(dir, "internal/util/root.js"), "rxjs/internal/util/pipe": path.join(dir, "internal/util/pipe.js"), "rxjs/internal/util/not": path.join(dir, "internal/util/not.js"), "rxjs/internal/util/noop": path.join(dir, "internal/util/noop.js"), "rxjs/internal/util/isScheduler": path.join(dir, "internal/util/isScheduler.js"), "rxjs/internal/util/isPromise": path.join(dir, "internal/util/isPromise.js"), "rxjs/internal/util/isObject": path.join(dir, "internal/util/isObject.js"), "rxjs/internal/util/isNumeric": path.join(dir, "internal/util/isNumeric.js"), "rxjs/internal/util/isFunction": path.join(dir, "internal/util/isFunction.js"), "rxjs/internal/util/isDate": path.join(dir, "internal/util/isDate.js"), "rxjs/internal/util/isArrayLike": path.join(dir, "internal/util/isArrayLike.js"), "rxjs/internal/util/isArray": path.join(dir, "internal/util/isArray.js"), "rxjs/internal/util/identity": path.join(dir, "internal/util/identity.js"), "rxjs/internal/util/errorObject": path.join(dir, "internal/util/errorObject.js"), "rxjs/internal/util/assign": path.join(dir, "internal/util/assign.js"), "rxjs/internal/util/applyMixins": path.join(dir, "internal/util/applyMixins.js"), "rxjs/internal/util/UnsubscriptionError": path.join(dir, "internal/util/UnsubscriptionError.js"), "rxjs/internal/util/TimeoutError": path.join(dir, "internal/util/TimeoutError.js"), "rxjs/internal/util/ObjectUnsubscribedError": path.join(dir, "internal/util/ObjectUnsubscribedError.js"), "rxjs/internal/util/Immediate": path.join(dir, "internal/util/Immediate.js"), "rxjs/internal/util/EmptyError": path.join(dir, "internal/util/EmptyError.js"), "rxjs/internal/util/ArgumentOutOfRangeError": path.join(dir, "internal/util/ArgumentOutOfRangeError.js"), "rxjs/internal/util/AnimationFrame": path.join(dir, "internal/util/AnimationFrame.js"), "rxjs/internal/types": path.join(dir, "internal/types.js"), "rxjs/internal/testing/TestScheduler": path.join(dir, "internal/testing/TestScheduler.js"), "rxjs/internal/testing/TestMessage": path.join(dir, "internal/testing/TestMessage.js"), "rxjs/internal/testing/SubscriptionLoggable": path.join(dir, "internal/testing/SubscriptionLoggable.js"), "rxjs/internal/testing/SubscriptionLog": path.join(dir, "internal/testing/SubscriptionLog.js"), "rxjs/internal/testing/ReactiveTest": path.join(dir, "internal/testing/ReactiveTest.js"), "rxjs/internal/testing/MockPromise": path.join(dir, "internal/testing/MockPromise.js"), "rxjs/internal/testing/HotObservable": path.join(dir, "internal/testing/HotObservable.js"), "rxjs/internal/testing/ColdObservable": path.join(dir, "internal/testing/ColdObservable.js"), "rxjs/internal/symbol/rxSubscriber": path.join(dir, "internal/symbol/rxSubscriber.js"), "rxjs/internal/symbol/observable": path.join(dir, "internal/symbol/observable.js"), "rxjs/internal/symbol/iterator": path.join(dir, "internal/symbol/iterator.js"), "rxjs/internal/scheduler/queue": path.join(dir, "internal/scheduler/queue.js"), "rxjs/internal/scheduler/immediate": path.join(dir, "internal/scheduler/immediate.js"), "rxjs/internal/scheduler/async": path.join(dir, "internal/scheduler/async.js"), "rxjs/internal/scheduler/asap": path.join(dir, "internal/scheduler/asap.js"), "rxjs/internal/scheduler/animationFrame": path.join(dir, "internal/scheduler/animationFrame.js"), "rxjs/internal/scheduler/VirtualTimeScheduler": path.join(dir, "internal/scheduler/VirtualTimeScheduler.js"), "rxjs/internal/scheduler/QueueScheduler": path.join(dir, "internal/scheduler/QueueScheduler.js"), "rxjs/internal/scheduler/QueueAction": path.join(dir, "internal/scheduler/QueueAction.js"), "rxjs/internal/scheduler/ImmediateScheduler": path.join(dir, "internal/scheduler/ImmediateScheduler.js"), "rxjs/internal/scheduler/ImmediateAction": path.join(dir, "internal/scheduler/ImmediateAction.js"), "rxjs/internal/scheduler/AsyncScheduler": path.join(dir, "internal/scheduler/AsyncScheduler.js"), "rxjs/internal/scheduler/AsyncAction": path.join(dir, "internal/scheduler/AsyncAction.js"), "rxjs/internal/scheduler/AsapScheduler": path.join(dir, "internal/scheduler/AsapScheduler.js"), "rxjs/internal/scheduler/AsapAction": path.join(dir, "internal/scheduler/AsapAction.js"), "rxjs/internal/scheduler/AnimationFrameScheduler": path.join(dir, "internal/scheduler/AnimationFrameScheduler.js"), "rxjs/internal/scheduler/AnimationFrameAction": path.join(dir, "internal/scheduler/AnimationFrameAction.js"), "rxjs/internal/scheduler/Action": path.join(dir, "internal/scheduler/Action.js"), "rxjs/internal/patching/operator/zipAll": path.join(dir, "internal/patching/operator/zipAll.js"), "rxjs/internal/patching/operator/zip": path.join(dir, "internal/patching/operator/zip.js"), "rxjs/internal/patching/operator/withLatestFrom": path.join(dir, "internal/patching/operator/withLatestFrom.js"), "rxjs/internal/patching/operator/windowWhen": path.join(dir, "internal/patching/operator/windowWhen.js"), "rxjs/internal/patching/operator/windowToggle": path.join(dir, "internal/patching/operator/windowToggle.js"), "rxjs/internal/patching/operator/windowTime": path.join(dir, "internal/patching/operator/windowTime.js"), "rxjs/internal/patching/operator/windowCount": path.join(dir, "internal/patching/operator/windowCount.js"), "rxjs/internal/patching/operator/window": path.join(dir, "internal/patching/operator/window.js"), "rxjs/internal/patching/operator/toArray": path.join(dir, "internal/patching/operator/toArray.js"), "rxjs/internal/patching/operator/timestamp": path.join(dir, "internal/patching/operator/timestamp.js"), "rxjs/internal/patching/operator/timeoutWith": path.join(dir, "internal/patching/operator/timeoutWith.js"), "rxjs/internal/patching/operator/timeout": path.join(dir, "internal/patching/operator/timeout.js"), "rxjs/internal/patching/operator/timeInterval": path.join(dir, "internal/patching/operator/timeInterval.js"), "rxjs/internal/patching/operator/throttleTime": path.join(dir, "internal/patching/operator/throttleTime.js"), "rxjs/internal/patching/operator/throttle": path.join(dir, "internal/patching/operator/throttle.js"), "rxjs/internal/patching/operator/takeWhile": path.join(dir, "internal/patching/operator/takeWhile.js"), "rxjs/internal/patching/operator/takeUntil": path.join(dir, "internal/patching/operator/takeUntil.js"), "rxjs/internal/patching/operator/takeLast": path.join(dir, "internal/patching/operator/takeLast.js"), "rxjs/internal/patching/operator/take": path.join(dir, "internal/patching/operator/take.js"), "rxjs/internal/patching/operator/switchMapTo": path.join(dir, "internal/patching/operator/switchMapTo.js"), "rxjs/internal/patching/operator/switchMap": path.join(dir, "internal/patching/operator/switchMap.js"), "rxjs/internal/patching/operator/switch": path.join(dir, "internal/patching/operator/switch.js"), "rxjs/internal/patching/operator/subscribeOn": path.join(dir, "internal/patching/operator/subscribeOn.js"), "rxjs/internal/patching/operator/startWith": path.join(dir, "internal/patching/operator/startWith.js"), "rxjs/internal/patching/operator/skipWhile": path.join(dir, "internal/patching/operator/skipWhile.js"), "rxjs/internal/patching/operator/skipUntil": path.join(dir, "internal/patching/operator/skipUntil.js"), "rxjs/internal/patching/operator/skipLast": path.join(dir, "internal/patching/operator/skipLast.js"), "rxjs/internal/patching/operator/skip": path.join(dir, "internal/patching/operator/skip.js"), "rxjs/internal/patching/operator/single": path.join(dir, "internal/patching/operator/single.js"), "rxjs/internal/patching/operator/shareReplay": path.join(dir, "internal/patching/operator/shareReplay.js"), "rxjs/internal/patching/operator/share": path.join(dir, "internal/patching/operator/share.js"), "rxjs/internal/patching/operator/sequenceEqual": path.join(dir, "internal/patching/operator/sequenceEqual.js"), "rxjs/internal/patching/operator/scan": path.join(dir, "internal/patching/operator/scan.js"), "rxjs/internal/patching/operator/sampleTime": path.join(dir, "internal/patching/operator/sampleTime.js"), "rxjs/internal/patching/operator/sample": path.join(dir, "internal/patching/operator/sample.js"), "rxjs/internal/patching/operator/retryWhen": path.join(dir, "internal/patching/operator/retryWhen.js"), "rxjs/internal/patching/operator/retry": path.join(dir, "internal/patching/operator/retry.js"), "rxjs/internal/patching/operator/repeatWhen": path.join(dir, "internal/patching/operator/repeatWhen.js"), "rxjs/internal/patching/operator/repeat": path.join(dir, "internal/patching/operator/repeat.js"), "rxjs/internal/patching/operator/reduce": path.join(dir, "internal/patching/operator/reduce.js"), "rxjs/internal/patching/operator/race": path.join(dir, "internal/patching/operator/race.js"), "rxjs/internal/patching/operator/publishReplay": path.join(dir, "internal/patching/operator/publishReplay.js"), "rxjs/internal/patching/operator/publishLast": path.join(dir, "internal/patching/operator/publishLast.js"), "rxjs/internal/patching/operator/publishBehavior": path.join(dir, "internal/patching/operator/publishBehavior.js"), "rxjs/internal/patching/operator/publish": path.join(dir, "internal/patching/operator/publish.js"), "rxjs/internal/patching/operator/pluck": path.join(dir, "internal/patching/operator/pluck.js"), "rxjs/internal/patching/operator/pausableBuffered": path.join(dir, "internal/patching/operator/pausableBuffered.js"), "rxjs/internal/patching/operator/partition": path.join(dir, "internal/patching/operator/partition.js"), "rxjs/internal/patching/operator/pairwise": path.join(dir, "internal/patching/operator/pairwise.js"), "rxjs/internal/patching/operator/onErrorResumeNext": path.join(dir, "internal/patching/operator/onErrorResumeNext.js"), "rxjs/internal/patching/operator/observeOn": path.join(dir, "internal/patching/operator/observeOn.js"), "rxjs/internal/patching/operator/multicast": path.join(dir, "internal/patching/operator/multicast.js"), "rxjs/internal/patching/operator/min": path.join(dir, "internal/patching/operator/min.js"), "rxjs/internal/patching/operator/mergeScan": path.join(dir, "internal/patching/operator/mergeScan.js"), "rxjs/internal/patching/operator/mergeMapTo": path.join(dir, "internal/patching/operator/mergeMapTo.js"), "rxjs/internal/patching/operator/mergeMap": path.join(dir, "internal/patching/operator/mergeMap.js"), "rxjs/internal/patching/operator/mergeAll": path.join(dir, "internal/patching/operator/mergeAll.js"), "rxjs/internal/patching/operator/merge": path.join(dir, "internal/patching/operator/merge.js"), "rxjs/internal/patching/operator/max": path.join(dir, "internal/patching/operator/max.js"), "rxjs/internal/patching/operator/materialize": path.join(dir, "internal/patching/operator/materialize.js"), "rxjs/internal/patching/operator/mapTo": path.join(dir, "internal/patching/operator/mapTo.js"), "rxjs/internal/patching/operator/map": path.join(dir, "internal/patching/operator/map.js"), "rxjs/internal/patching/operator/let": path.join(dir, "internal/patching/operator/let.js"), "rxjs/internal/patching/operator/last": path.join(dir, "internal/patching/operator/last.js"), "rxjs/internal/patching/operator/isEmpty": path.join(dir, "internal/patching/operator/isEmpty.js"), "rxjs/internal/patching/operator/ignoreElements": path.join(dir, "internal/patching/operator/ignoreElements.js"), "rxjs/internal/patching/operator/first": path.join(dir, "internal/patching/operator/first.js"), "rxjs/internal/patching/operator/findIndex": path.join(dir, "internal/patching/operator/findIndex.js"), "rxjs/internal/patching/operator/find": path.join(dir, "internal/patching/operator/find.js"), "rxjs/internal/patching/operator/finally": path.join(dir, "internal/patching/operator/finally.js"), "rxjs/internal/patching/operator/filter": path.join(dir, "internal/patching/operator/filter.js"), "rxjs/internal/patching/operator/expand": path.join(dir, "internal/patching/operator/expand.js"), "rxjs/internal/patching/operator/exhaustMap": path.join(dir, "internal/patching/operator/exhaustMap.js"), "rxjs/internal/patching/operator/exhaust": path.join(dir, "internal/patching/operator/exhaust.js"), "rxjs/internal/patching/operator/every": path.join(dir, "internal/patching/operator/every.js"), "rxjs/internal/patching/operator/elementAt": path.join(dir, "internal/patching/operator/elementAt.js"), "rxjs/internal/patching/operator/do": path.join(dir, "internal/patching/operator/do.js"), "rxjs/internal/patching/operator/distinctUntilKeyChanged": path.join(dir, "internal/patching/operator/distinctUntilKeyChanged.js"), "rxjs/internal/patching/operator/distinctUntilChanged": path.join(dir, "internal/patching/operator/distinctUntilChanged.js"), "rxjs/internal/patching/operator/dematerialize": path.join(dir, "internal/patching/operator/dematerialize.js"), "rxjs/internal/patching/operator/delayWhen": path.join(dir, "internal/patching/operator/delayWhen.js"), "rxjs/internal/patching/operator/delay": path.join(dir, "internal/patching/operator/delay.js"), "rxjs/internal/patching/operator/defaultIfEmpty": path.join(dir, "internal/patching/operator/defaultIfEmpty.js"), "rxjs/internal/patching/operator/debounceTime": path.join(dir, "internal/patching/operator/debounceTime.js"), "rxjs/internal/patching/operator/debounce": path.join(dir, "internal/patching/operator/debounce.js"), "rxjs/internal/patching/operator/count": path.join(dir, "internal/patching/operator/count.js"), "rxjs/internal/patching/operator/concatMapTo": path.join(dir, "internal/patching/operator/concatMapTo.js"), "rxjs/internal/patching/operator/concatMap": path.join(dir, "internal/patching/operator/concatMap.js"), "rxjs/internal/patching/operator/concatAll": path.join(dir, "internal/patching/operator/concatAll.js"), "rxjs/internal/patching/operator/concat": path.join(dir, "internal/patching/operator/concat.js"), "rxjs/internal/patching/operator/combineLatest": path.join(dir, "internal/patching/operator/combineLatest.js"), "rxjs/internal/patching/operator/combineAll": path.join(dir, "internal/patching/operator/combineAll.js"), "rxjs/internal/patching/operator/catch": path.join(dir, "internal/patching/operator/catch.js"), "rxjs/internal/patching/operator/bufferWhen": path.join(dir, "internal/patching/operator/bufferWhen.js"), "rxjs/internal/patching/operator/bufferToggle": path.join(dir, "internal/patching/operator/bufferToggle.js"), "rxjs/internal/patching/operator/bufferTime": path.join(dir, "internal/patching/operator/bufferTime.js"), "rxjs/internal/patching/operator/bufferCount": path.join(dir, "internal/patching/operator/bufferCount.js"), "rxjs/internal/patching/operator/buffer": path.join(dir, "internal/patching/operator/buffer.js"), "rxjs/internal/patching/operator/auditTime": path.join(dir, "internal/patching/operator/auditTime.js"), "rxjs/internal/patching/operator/audit": path.join(dir, "internal/patching/operator/audit.js"), "rxjs/internal/operators/zipAll": path.join(dir, "internal/operators/zipAll.js"), "rxjs/internal/operators/withLatestFrom": path.join(dir, "internal/operators/withLatestFrom.js"), "rxjs/internal/operators/windowWhen": path.join(dir, "internal/operators/windowWhen.js"), "rxjs/internal/operators/windowToggle": path.join(dir, "internal/operators/windowToggle.js"), "rxjs/internal/operators/windowTime": path.join(dir, "internal/operators/windowTime.js"), "rxjs/internal/operators/windowCount": path.join(dir, "internal/operators/windowCount.js"), "rxjs/internal/operators/window": path.join(dir, "internal/operators/window.js"), "rxjs/internal/operators/toArray": path.join(dir, "internal/operators/toArray.js"), "rxjs/internal/operators/timestamp": path.join(dir, "internal/operators/timestamp.js"), "rxjs/internal/operators/timeoutWith": path.join(dir, "internal/operators/timeoutWith.js"), "rxjs/internal/operators/timeout": path.join(dir, "internal/operators/timeout.js"), "rxjs/internal/operators/timeInterval": path.join(dir, "internal/operators/timeInterval.js"), "rxjs/internal/operators/throttleTime": path.join(dir, "internal/operators/throttleTime.js"), "rxjs/internal/operators/throttle": path.join(dir, "internal/operators/throttle.js"), "rxjs/internal/operators/tap": path.join(dir, "internal/operators/tap.js"), "rxjs/internal/operators/takeWhile": path.join(dir, "internal/operators/takeWhile.js"), "rxjs/internal/operators/takeUntil": path.join(dir, "internal/operators/takeUntil.js"), "rxjs/internal/operators/takeLast": path.join(dir, "internal/operators/takeLast.js"), "rxjs/internal/operators/take": path.join(dir, "internal/operators/take.js"), "rxjs/internal/operators/switchMapTo": path.join(dir, "internal/operators/switchMapTo.js"), "rxjs/internal/operators/switchMap": path.join(dir, "internal/operators/switchMap.js"), "rxjs/internal/operators/switchAll": path.join(dir, "internal/operators/switchAll.js"), "rxjs/internal/operators/subscribeOn": path.join(dir, "internal/operators/subscribeOn.js"), "rxjs/internal/operators/startWith": path.join(dir, "internal/operators/startWith.js"), "rxjs/internal/operators/skipWhile": path.join(dir, "internal/operators/skipWhile.js"), "rxjs/internal/operators/skipUntil": path.join(dir, "internal/operators/skipUntil.js"), "rxjs/internal/operators/skipLast": path.join(dir, "internal/operators/skipLast.js"), "rxjs/internal/operators/skip": path.join(dir, "internal/operators/skip.js"), "rxjs/internal/operators/single": path.join(dir, "internal/operators/single.js"), "rxjs/internal/operators/shareReplay": path.join(dir, "internal/operators/shareReplay.js"), "rxjs/internal/operators/share": path.join(dir, "internal/operators/share.js"), "rxjs/internal/operators/sequenceEqual": path.join(dir, "internal/operators/sequenceEqual.js"), "rxjs/internal/operators/scan": path.join(dir, "internal/operators/scan.js"), "rxjs/internal/operators/sampleTime": path.join(dir, "internal/operators/sampleTime.js"), "rxjs/internal/operators/sample": path.join(dir, "internal/operators/sample.js"), "rxjs/internal/operators/retryWhen": path.join(dir, "internal/operators/retryWhen.js"), "rxjs/internal/operators/retry": path.join(dir, "internal/operators/retry.js"), "rxjs/internal/operators/repeatWhen": path.join(dir, "internal/operators/repeatWhen.js"), "rxjs/internal/operators/repeat": path.join(dir, "internal/operators/repeat.js"), "rxjs/internal/operators/refCount": path.join(dir, "internal/operators/refCount.js"), "rxjs/internal/operators/reduce": path.join(dir, "internal/operators/reduce.js"), "rxjs/internal/operators/race": path.join(dir, "internal/operators/race.js"), "rxjs/internal/operators/publishReplay": path.join(dir, "internal/operators/publishReplay.js"), "rxjs/internal/operators/publishLast": path.join(dir, "internal/operators/publishLast.js"), "rxjs/internal/operators/publishBehavior": path.join(dir, "internal/operators/publishBehavior.js"), "rxjs/internal/operators/publish": path.join(dir, "internal/operators/publish.js"), "rxjs/internal/operators/pluck": path.join(dir, "internal/operators/pluck.js"), "rxjs/internal/operators/pausableBuffered": path.join(dir, "internal/operators/pausableBuffered.js"), "rxjs/internal/operators/partition": path.join(dir, "internal/operators/partition.js"), "rxjs/internal/operators/pairwise": path.join(dir, "internal/operators/pairwise.js"), "rxjs/internal/operators/onErrorResumeNext": path.join(dir, "internal/operators/onErrorResumeNext.js"), "rxjs/internal/operators/observeOn": path.join(dir, "internal/operators/observeOn.js"), "rxjs/internal/operators/multicast": path.join(dir, "internal/operators/multicast.js"), "rxjs/internal/operators/min": path.join(dir, "internal/operators/min.js"), "rxjs/internal/operators/mergeScan": path.join(dir, "internal/operators/mergeScan.js"), "rxjs/internal/operators/mergeMapTo": path.join(dir, "internal/operators/mergeMapTo.js"), "rxjs/internal/operators/mergeMap": path.join(dir, "internal/operators/mergeMap.js"), "rxjs/internal/operators/mergeAll": path.join(dir, "internal/operators/mergeAll.js"), "rxjs/internal/operators/max": path.join(dir, "internal/operators/max.js"), "rxjs/internal/operators/materialize": path.join(dir, "internal/operators/materialize.js"), "rxjs/internal/operators/mapTo": path.join(dir, "internal/operators/mapTo.js"), "rxjs/internal/operators/map": path.join(dir, "internal/operators/map.js"), "rxjs/internal/operators/last": path.join(dir, "internal/operators/last.js"), "rxjs/internal/operators/isEmpty": path.join(dir, "internal/operators/isEmpty.js"), "rxjs/internal/operators/index": path.join(dir, "internal/operators/index.js"), "rxjs/internal/operators/ignoreElements": path.join(dir, "internal/operators/ignoreElements.js"), "rxjs/internal/operators/groupBy": path.join(dir, "internal/operators/groupBy.js"), "rxjs/internal/operators/first": path.join(dir, "internal/operators/first.js"), "rxjs/internal/operators/findIndex": path.join(dir, "internal/operators/findIndex.js"), "rxjs/internal/operators/find": path.join(dir, "internal/operators/find.js"), "rxjs/internal/operators/finalize": path.join(dir, "internal/operators/finalize.js"), "rxjs/internal/operators/filter": path.join(dir, "internal/operators/filter.js"), "rxjs/internal/operators/expand": path.join(dir, "internal/operators/expand.js"), "rxjs/internal/operators/exhaustMap": path.join(dir, "internal/operators/exhaustMap.js"), "rxjs/internal/operators/exhaust": path.join(dir, "internal/operators/exhaust.js"), "rxjs/internal/operators/every": path.join(dir, "internal/operators/every.js"), "rxjs/internal/operators/elementAt": path.join(dir, "internal/operators/elementAt.js"), "rxjs/internal/operators/distinctUntilKeyChanged": path.join(dir, "internal/operators/distinctUntilKeyChanged.js"), "rxjs/internal/operators/distinctUntilChanged": path.join(dir, "internal/operators/distinctUntilChanged.js"), "rxjs/internal/operators/distinct": path.join(dir, "internal/operators/distinct.js"), "rxjs/internal/operators/dematerialize": path.join(dir, "internal/operators/dematerialize.js"), "rxjs/internal/operators/delayWhen": path.join(dir, "internal/operators/delayWhen.js"), "rxjs/internal/operators/delay": path.join(dir, "internal/operators/delay.js"), "rxjs/internal/operators/defaultIfEmpty": path.join(dir, "internal/operators/defaultIfEmpty.js"), "rxjs/internal/operators/debounceTime": path.join(dir, "internal/operators/debounceTime.js"), "rxjs/internal/operators/debounce": path.join(dir, "internal/operators/debounce.js"), "rxjs/internal/operators/count": path.join(dir, "internal/operators/count.js"), "rxjs/internal/operators/concatMapTo": path.join(dir, "internal/operators/concatMapTo.js"), "rxjs/internal/operators/concatMap": path.join(dir, "internal/operators/concatMap.js"), "rxjs/internal/operators/concatAll": path.join(dir, "internal/operators/concatAll.js"), "rxjs/internal/operators/combineAll": path.join(dir, "internal/operators/combineAll.js"), "rxjs/internal/operators/catchError": path.join(dir, "internal/operators/catchError.js"), "rxjs/internal/operators/bufferWhen": path.join(dir, "internal/operators/bufferWhen.js"), "rxjs/internal/operators/bufferToggle": path.join(dir, "internal/operators/bufferToggle.js"), "rxjs/internal/operators/bufferTime": path.join(dir, "internal/operators/bufferTime.js"), "rxjs/internal/operators/bufferCount": path.join(dir, "internal/operators/bufferCount.js"), "rxjs/internal/operators/buffer": path.join(dir, "internal/operators/buffer.js"), "rxjs/internal/operators/auditTime": path.join(dir, "internal/operators/auditTime.js"), "rxjs/internal/operators/audit": path.join(dir, "internal/operators/audit.js"), "rxjs/internal/observable/zip": path.join(dir, "internal/observable/zip.js"), "rxjs/internal/observable/using": path.join(dir, "internal/observable/using.js"), "rxjs/internal/observable/timer": path.join(dir, "internal/observable/timer.js"), "rxjs/internal/observable/throw": path.join(dir, "internal/observable/throw.js"), "rxjs/internal/observable/range": path.join(dir, "internal/observable/range.js"), "rxjs/internal/observable/race": path.join(dir, "internal/observable/race.js"), "rxjs/internal/observable/pairs": path.join(dir, "internal/observable/pairs.js"), "rxjs/internal/observable/onErrorResumeNext": path.join(dir, "internal/observable/onErrorResumeNext.js"), "rxjs/internal/observable/of": path.join(dir, "internal/observable/of.js"), "rxjs/internal/observable/never": path.join(dir, "internal/observable/never.js"), "rxjs/internal/observable/merge": path.join(dir, "internal/observable/merge.js"), "rxjs/internal/observable/interval": path.join(dir, "internal/observable/interval.js"), "rxjs/internal/observable/if": path.join(dir, "internal/observable/if.js"), "rxjs/internal/observable/generate": path.join(dir, "internal/observable/generate.js"), "rxjs/internal/observable/fromPromise": path.join(dir, "internal/observable/fromPromise.js"), "rxjs/internal/observable/fromEventPattern": path.join(dir, "internal/observable/fromEventPattern.js"), "rxjs/internal/observable/fromEvent": path.join(dir, "internal/observable/fromEvent.js"), "rxjs/internal/observable/from": path.join(dir, "internal/observable/from.js"), "rxjs/internal/observable/forkJoin": path.join(dir, "internal/observable/forkJoin.js"), "rxjs/internal/observable/empty": path.join(dir, "internal/observable/empty.js"), "rxjs/internal/observable/dom/webSocket": path.join(dir, "internal/observable/dom/webSocket.js"), "rxjs/internal/observable/dom/ajax": path.join(dir, "internal/observable/dom/ajax.js"), "rxjs/internal/observable/dom/WebSocketSubject": path.join(dir, "internal/observable/dom/WebSocketSubject.js"), "rxjs/internal/observable/dom/AjaxObservable": path.join(dir, "internal/observable/dom/AjaxObservable.js"), "rxjs/internal/observable/defer": path.join(dir, "internal/observable/defer.js"), "rxjs/internal/observable/concat": path.join(dir, "internal/observable/concat.js"), "rxjs/internal/observable/combineLatest": path.join(dir, "internal/observable/combineLatest.js"), "rxjs/internal/observable/bindNodeCallback": path.join(dir, "internal/observable/bindNodeCallback.js"), "rxjs/internal/observable/bindCallback": path.join(dir, "internal/observable/bindCallback.js"), "rxjs/internal/observable/UsingObservable": path.join(dir, "internal/observable/UsingObservable.js"), "rxjs/internal/observable/TimerObservable": path.join(dir, "internal/observable/TimerObservable.js"), "rxjs/internal/observable/SubscribeOnObservable": path.join(dir, "internal/observable/SubscribeOnObservable.js"), "rxjs/internal/observable/ScalarObservable": path.join(dir, "internal/observable/ScalarObservable.js"), "rxjs/internal/observable/RangeObservable": path.join(dir, "internal/observable/RangeObservable.js"), "rxjs/internal/observable/PromiseObservable": path.join(dir, "internal/observable/PromiseObservable.js"), "rxjs/internal/observable/PairsObservable": path.join(dir, "internal/observable/PairsObservable.js"), "rxjs/internal/observable/IteratorObservable": path.join(dir, "internal/observable/IteratorObservable.js"), "rxjs/internal/observable/IntervalObservable": path.join(dir, "internal/observable/IntervalObservable.js"), "rxjs/internal/observable/IfObservable": path.join(dir, "internal/observable/IfObservable.js"), "rxjs/internal/observable/GenerateObservable": path.join(dir, "internal/observable/GenerateObservable.js"), "rxjs/internal/observable/FromObservable": path.join(dir, "internal/observable/FromObservable.js"), "rxjs/internal/observable/FromEventPatternObservable": path.join(dir, "internal/observable/FromEventPatternObservable.js"), "rxjs/internal/observable/FromEventObservable": path.join(dir, "internal/observable/FromEventObservable.js"), "rxjs/internal/observable/ForkJoinObservable": path.join(dir, "internal/observable/ForkJoinObservable.js"), "rxjs/internal/observable/ErrorObservable": path.join(dir, "internal/observable/ErrorObservable.js"), "rxjs/internal/observable/EmptyObservable": path.join(dir, "internal/observable/EmptyObservable.js"), "rxjs/internal/observable/DeferObservable": path.join(dir, "internal/observable/DeferObservable.js"), "rxjs/internal/observable/ConnectableObservable": path.join(dir, "internal/observable/ConnectableObservable.js"), "rxjs/internal/observable/BoundNodeCallbackObservable": path.join(dir, "internal/observable/BoundNodeCallbackObservable.js"), "rxjs/internal/observable/BoundCallbackObservable": path.join(dir, "internal/observable/BoundCallbackObservable.js"), "rxjs/internal/observable/ArrayObservable": path.join(dir, "internal/observable/ArrayObservable.js"), "rxjs/internal/observable/ArrayLikeObservable": path.join(dir, "internal/observable/ArrayLikeObservable.js"), "rxjs/internal/Subscription": path.join(dir, "internal/Subscription.js"), "rxjs/internal/Subscriber": path.join(dir, "internal/Subscriber.js"), "rxjs/internal/SubjectSubscription": path.join(dir, "internal/SubjectSubscription.js"), "rxjs/internal/Subject": path.join(dir, "internal/Subject.js"), "rxjs/internal/Scheduler": path.join(dir, "internal/Scheduler.js"), "rxjs/internal/ReplaySubject": path.join(dir, "internal/ReplaySubject.js"), "rxjs/internal/OuterSubscriber": path.join(dir, "internal/OuterSubscriber.js"), "rxjs/internal/Operator": path.join(dir, "internal/Operator.js"), "rxjs/internal/Observer": path.join(dir, "internal/Observer.js"), "rxjs/internal/Observable": path.join(dir, "internal/Observable.js"), "rxjs/internal/Notification": path.join(dir, "internal/Notification.js"), "rxjs/internal/InnerSubscriber": path.join(dir, "internal/InnerSubscriber.js"), "rxjs/internal/BehaviorSubject": path.join(dir, "internal/BehaviorSubject.js"), "rxjs/internal/AsyncSubject": path.join(dir, "internal/AsyncSubject.js"), "rxjs/index": path.join(dir, "index.js"), "rxjs/disposable/Disposable": path.join(dir, "disposable/Disposable.js"), "rxjs/create/index": path.join(dir, "create/index.js"), "rxjs/ajax/index": path.join(dir, "ajax/index.js"), "rxjs/add/operator/zipAll": path.join(dir, "add/operator/zipAll.js"), "rxjs/add/operator/zip": path.join(dir, "add/operator/zip.js"), "rxjs/add/operator/withLatestFrom": path.join(dir, "add/operator/withLatestFrom.js"), "rxjs/add/operator/windowWhen": path.join(dir, "add/operator/windowWhen.js"), "rxjs/add/operator/windowToggle": path.join(dir, "add/operator/windowToggle.js"), "rxjs/add/operator/windowTime": path.join(dir, "add/operator/windowTime.js"), "rxjs/add/operator/windowCount": path.join(dir, "add/operator/windowCount.js"), "rxjs/add/operator/window": path.join(dir, "add/operator/window.js"), "rxjs/add/operator/toPromise": path.join(dir, "add/operator/toPromise.js"), "rxjs/add/operator/toArray": path.join(dir, "add/operator/toArray.js"), "rxjs/add/operator/timestamp": path.join(dir, "add/operator/timestamp.js"), "rxjs/add/operator/timeoutWith": path.join(dir, "add/operator/timeoutWith.js"), "rxjs/add/operator/timeout": path.join(dir, "add/operator/timeout.js"), "rxjs/add/operator/timeInterval": path.join(dir, "add/operator/timeInterval.js"), "rxjs/add/operator/throttleTime": path.join(dir, "add/operator/throttleTime.js"), "rxjs/add/operator/throttle": path.join(dir, "add/operator/throttle.js"), "rxjs/add/operator/takeWhile": path.join(dir, "add/operator/takeWhile.js"), "rxjs/add/operator/takeUntil": path.join(dir, "add/operator/takeUntil.js"), "rxjs/add/operator/takeLast": path.join(dir, "add/operator/takeLast.js"), "rxjs/add/operator/take": path.join(dir, "add/operator/take.js"), "rxjs/add/operator/switchMapTo": path.join(dir, "add/operator/switchMapTo.js"), "rxjs/add/operator/switchMap": path.join(dir, "add/operator/switchMap.js"), "rxjs/add/operator/switch": path.join(dir, "add/operator/switch.js"), "rxjs/add/operator/subscribeOn": path.join(dir, "add/operator/subscribeOn.js"), "rxjs/add/operator/startWith": path.join(dir, "add/operator/startWith.js"), "rxjs/add/operator/skipWhile": path.join(dir, "add/operator/skipWhile.js"), "rxjs/add/operator/skipUntil": path.join(dir, "add/operator/skipUntil.js"), "rxjs/add/operator/skipLast": path.join(dir, "add/operator/skipLast.js"), "rxjs/add/operator/skip": path.join(dir, "add/operator/skip.js"), "rxjs/add/operator/single": path.join(dir, "add/operator/single.js"), "rxjs/add/operator/shareReplay": path.join(dir, "add/operator/shareReplay.js"), "rxjs/add/operator/share": path.join(dir, "add/operator/share.js"), "rxjs/add/operator/sequenceEqual": path.join(dir, "add/operator/sequenceEqual.js"), "rxjs/add/operator/scan": path.join(dir, "add/operator/scan.js"), "rxjs/add/operator/sampleTime": path.join(dir, "add/operator/sampleTime.js"), "rxjs/add/operator/sample": path.join(dir, "add/operator/sample.js"), "rxjs/add/operator/retryWhen": path.join(dir, "add/operator/retryWhen.js"), "rxjs/add/operator/retry": path.join(dir, "add/operator/retry.js"), "rxjs/add/operator/repeatWhen": path.join(dir, "add/operator/repeatWhen.js"), "rxjs/add/operator/repeat": path.join(dir, "add/operator/repeat.js"), "rxjs/add/operator/reduce": path.join(dir, "add/operator/reduce.js"), "rxjs/add/operator/race": path.join(dir, "add/operator/race.js"), "rxjs/add/operator/publishReplay": path.join(dir, "add/operator/publishReplay.js"), "rxjs/add/operator/publishLast": path.join(dir, "add/operator/publishLast.js"), "rxjs/add/operator/publishBehavior": path.join(dir, "add/operator/publishBehavior.js"), "rxjs/add/operator/publish": path.join(dir, "add/operator/publish.js"), "rxjs/add/operator/pluck": path.join(dir, "add/operator/pluck.js"), "rxjs/add/operator/partition": path.join(dir, "add/operator/partition.js"), "rxjs/add/operator/pairwise": path.join(dir, "add/operator/pairwise.js"), "rxjs/add/operator/onErrorResumeNext": path.join(dir, "add/operator/onErrorResumeNext.js"), "rxjs/add/operator/observeOn": path.join(dir, "add/operator/observeOn.js"), "rxjs/add/operator/multicast": path.join(dir, "add/operator/multicast.js"), "rxjs/add/operator/min": path.join(dir, "add/operator/min.js"), "rxjs/add/operator/mergeScan": path.join(dir, "add/operator/mergeScan.js"), "rxjs/add/operator/mergeMapTo": path.join(dir, "add/operator/mergeMapTo.js"), "rxjs/add/operator/mergeMap": path.join(dir, "add/operator/mergeMap.js"), "rxjs/add/operator/mergeAll": path.join(dir, "add/operator/mergeAll.js"), "rxjs/add/operator/merge": path.join(dir, "add/operator/merge.js"), "rxjs/add/operator/max": path.join(dir, "add/operator/max.js"), "rxjs/add/operator/materialize": path.join(dir, "add/operator/materialize.js"), "rxjs/add/operator/mapTo": path.join(dir, "add/operator/mapTo.js"), "rxjs/add/operator/map": path.join(dir, "add/operator/map.js"), "rxjs/add/operator/let": path.join(dir, "add/operator/let.js"), "rxjs/add/operator/last": path.join(dir, "add/operator/last.js"), "rxjs/add/operator/isEmpty": path.join(dir, "add/operator/isEmpty.js"), "rxjs/add/operator/ignoreElements": path.join(dir, "add/operator/ignoreElements.js"), "rxjs/add/operator/first": path.join(dir, "add/operator/first.js"), "rxjs/add/operator/findIndex": path.join(dir, "add/operator/findIndex.js"), "rxjs/add/operator/find": path.join(dir, "add/operator/find.js"), "rxjs/add/operator/finally": path.join(dir, "add/operator/finally.js"), "rxjs/add/operator/filter": path.join(dir, "add/operator/filter.js"), "rxjs/add/operator/expand": path.join(dir, "add/operator/expand.js"), "rxjs/add/operator/exhaustMap": path.join(dir, "add/operator/exhaustMap.js"), "rxjs/add/operator/exhaust": path.join(dir, "add/operator/exhaust.js"), "rxjs/add/operator/every": path.join(dir, "add/operator/every.js"), "rxjs/add/operator/elementAt": path.join(dir, "add/operator/elementAt.js"), "rxjs/add/operator/do": path.join(dir, "add/operator/do.js"), "rxjs/add/operator/distinctUntilKeyChanged": path.join(dir, "add/operator/distinctUntilKeyChanged.js"), "rxjs/add/operator/distinctUntilChanged": path.join(dir, "add/operator/distinctUntilChanged.js"), "rxjs/add/operator/dematerialize": path.join(dir, "add/operator/dematerialize.js"), "rxjs/add/operator/delayWhen": path.join(dir, "add/operator/delayWhen.js"), "rxjs/add/operator/delay": path.join(dir, "add/operator/delay.js"), "rxjs/add/operator/defaultIfEmpty": path.join(dir, "add/operator/defaultIfEmpty.js"), "rxjs/add/operator/debounceTime": path.join(dir, "add/operator/debounceTime.js"), "rxjs/add/operator/debounce": path.join(dir, "add/operator/debounce.js"), "rxjs/add/operator/count": path.join(dir, "add/operator/count.js"), "rxjs/add/operator/concatMapTo": path.join(dir, "add/operator/concatMapTo.js"), "rxjs/add/operator/concatMap": path.join(dir, "add/operator/concatMap.js"), "rxjs/add/operator/concatAll": path.join(dir, "add/operator/concatAll.js"), "rxjs/add/operator/concat": path.join(dir, "add/operator/concat.js"), "rxjs/add/operator/combineLatest": path.join(dir, "add/operator/combineLatest.js"), "rxjs/add/operator/combineAll": path.join(dir, "add/operator/combineAll.js"), "rxjs/add/operator/catch": path.join(dir, "add/operator/catch.js"), "rxjs/add/operator/bufferWhen": path.join(dir, "add/operator/bufferWhen.js"), "rxjs/add/operator/bufferToggle": path.join(dir, "add/operator/bufferToggle.js"), "rxjs/add/operator/bufferTime": path.join(dir, "add/operator/bufferTime.js"), "rxjs/add/operator/bufferCount": path.join(dir, "add/operator/bufferCount.js"), "rxjs/add/operator/buffer": path.join(dir, "add/operator/buffer.js"), "rxjs/add/operator/backwards-compatibility": path.join(dir, "add/operator/backwards-compatibility.js"), "rxjs/add/operator/auditTime": path.join(dir, "add/operator/auditTime.js"), "rxjs/add/operator/audit": path.join(dir, "add/operator/audit.js"), "rxjs/add/observable/zip": path.join(dir, "add/observable/zip.js"), "rxjs/add/observable/using": path.join(dir, "add/observable/using.js"), "rxjs/add/observable/timer": path.join(dir, "add/observable/timer.js"), "rxjs/add/observable/throw": path.join(dir, "add/observable/throw.js"), "rxjs/add/observable/range": path.join(dir, "add/observable/range.js"), "rxjs/add/observable/race": path.join(dir, "add/observable/race.js"), "rxjs/add/observable/pairs": path.join(dir, "add/observable/pairs.js"), "rxjs/add/observable/onErrorResumeNext": path.join(dir, "add/observable/onErrorResumeNext.js"), "rxjs/add/observable/of": path.join(dir, "add/observable/of.js"), "rxjs/add/observable/never": path.join(dir, "add/observable/never.js"), "rxjs/add/observable/merge": path.join(dir, "add/observable/merge.js"), "rxjs/add/observable/interval": path.join(dir, "add/observable/interval.js"), "rxjs/add/observable/if": path.join(dir, "add/observable/if.js"), "rxjs/add/observable/generate": path.join(dir, "add/observable/generate.js"), "rxjs/add/observable/fromPromise": path.join(dir, "add/observable/fromPromise.js"), "rxjs/add/observable/fromEventPattern": path.join(dir, "add/observable/fromEventPattern.js"), "rxjs/add/observable/fromEvent": path.join(dir, "add/observable/fromEvent.js"), "rxjs/add/observable/from": path.join(dir, "add/observable/from.js"), "rxjs/add/observable/forkJoin": path.join(dir, "add/observable/forkJoin.js"), "rxjs/add/observable/empty": path.join(dir, "add/observable/empty.js"), "rxjs/add/observable/dom/webSocket": path.join(dir, "add/observable/dom/webSocket.js"), "rxjs/add/observable/dom/ajax": path.join(dir, "add/observable/dom/ajax.js"), "rxjs/add/observable/defer": path.join(dir, "add/observable/defer.js"), "rxjs/add/observable/concat": path.join(dir, "add/observable/concat.js"), "rxjs/add/observable/combineLatest": path.join(dir, "add/observable/combineLatest.js"), "rxjs/add/observable/bindNodeCallback": path.join(dir, "add/observable/bindNodeCallback.js"), "rxjs/add/observable/bindCallback": path.join(dir, "add/observable/bindCallback.js"), "rxjs/add/observable/backwards-compatibility-static": path.join(dir, "add/observable/backwards-compatibility-static.js"), "rxjs/Rx": path.join(dir, "Rx.js") }; }