some deletions
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / rxjs / internal / operators / switchAll.js
diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/rxjs/internal/operators/switchAll.js b/.config/coc/extensions/node_modules/coc-prettier/node_modules/rxjs/internal/operators/switchAll.js
deleted file mode 100644 (file)
index f01f86d..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-"use strict";
-Object.defineProperty(exports, "__esModule", { value: true });
-var switchMap_1 = require("./switchMap");
-var identity_1 = require("../util/identity");
-function switchAll() {
-    return switchMap_1.switchMap(identity_1.identity);
-}
-exports.switchAll = switchAll;
-//# sourceMappingURL=switchAll.js.map
\ No newline at end of file