summaryrefslogtreecommitdiff
path: root/tools/node_modules/eslint/node_modules/rxjs/_esm5/internal/symbol/rxSubscriber.js
diff options
context:
space:
mode:
Diffstat (limited to 'tools/node_modules/eslint/node_modules/rxjs/_esm5/internal/symbol/rxSubscriber.js')
-rw-r--r--tools/node_modules/eslint/node_modules/rxjs/_esm5/internal/symbol/rxSubscriber.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/node_modules/eslint/node_modules/rxjs/_esm5/internal/symbol/rxSubscriber.js b/tools/node_modules/eslint/node_modules/rxjs/_esm5/internal/symbol/rxSubscriber.js
index f6381d2484..f282989f0d 100644
--- a/tools/node_modules/eslint/node_modules/rxjs/_esm5/internal/symbol/rxSubscriber.js
+++ b/tools/node_modules/eslint/node_modules/rxjs/_esm5/internal/symbol/rxSubscriber.js
@@ -1,6 +1,6 @@
/** PURE_IMPORTS_START PURE_IMPORTS_END */
-export var rxSubscriber = (typeof Symbol === 'function' && typeof Symbol.for === 'function')
- ? /*@__PURE__*/ Symbol.for('rxSubscriber')
- : '@@rxSubscriber';
+export var rxSubscriber = typeof Symbol === 'function'
+ ? /*@__PURE__*/ Symbol('rxSubscriber')
+ : '@@rxSubscriber_' + /*@__PURE__*/ Math.random();
export var $$rxSubscriber = rxSubscriber;
//# sourceMappingURL=rxSubscriber.js.map