aboutsummaryrefslogtreecommitdiffstats
path: root/node_modules/rxjs/dist/cjs/internal/operators/takeUntil.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/rxjs/dist/cjs/internal/operators/takeUntil.js')
-rw-r--r--node_modules/rxjs/dist/cjs/internal/operators/takeUntil.js15
1 files changed, 0 insertions, 15 deletions
diff --git a/node_modules/rxjs/dist/cjs/internal/operators/takeUntil.js b/node_modules/rxjs/dist/cjs/internal/operators/takeUntil.js
deleted file mode 100644
index 0297e8e..0000000
--- a/node_modules/rxjs/dist/cjs/internal/operators/takeUntil.js
+++ /dev/null
@@ -1,15 +0,0 @@
-"use strict";
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.takeUntil = void 0;
-var lift_1 = require("../util/lift");
-var OperatorSubscriber_1 = require("./OperatorSubscriber");
-var innerFrom_1 = require("../observable/innerFrom");
-var noop_1 = require("../util/noop");
-function takeUntil(notifier) {
- return lift_1.operate(function (source, subscriber) {
- innerFrom_1.innerFrom(notifier).subscribe(OperatorSubscriber_1.createOperatorSubscriber(subscriber, function () { return subscriber.complete(); }, noop_1.noop));
- !subscriber.closed && source.subscribe(subscriber);
- });
-}
-exports.takeUntil = takeUntil;
-//# sourceMappingURL=takeUntil.js.map \ No newline at end of file
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage