aboutsummaryrefslogtreecommitdiff
path: root/tools/node_modules/eslint/node_modules/rxjs/_esm2015/internal/symbol/rxSubscriber.js
diff options
context:
space:
mode:
authorcjihrig <cjihrig@gmail.com>2018-09-28 14:58:09 -0400
committerDaniel Bevenius <daniel.bevenius@gmail.com>2018-10-01 09:46:40 +0200
commitbb00eda910b4f94959e01966b87a4d716e672dcf (patch)
tree603b5da62fb5cb9ec43bbac65847ad57dbd7b8d0 /tools/node_modules/eslint/node_modules/rxjs/_esm2015/internal/symbol/rxSubscriber.js
parent5c855a7334e27fdff2fde9eae084adf588e1a135 (diff)
downloadandroid-node-v8-bb00eda910b4f94959e01966b87a4d716e672dcf.tar.gz
android-node-v8-bb00eda910b4f94959e01966b87a4d716e672dcf.tar.bz2
android-node-v8-bb00eda910b4f94959e01966b87a4d716e672dcf.zip
tools: update ESLint to 5.6.1
Update ESLint to 5.6.1. PR-URL: https://github.com/nodejs/node/pull/23149 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Roman Reiss <me@silverwind.io>
Diffstat (limited to 'tools/node_modules/eslint/node_modules/rxjs/_esm2015/internal/symbol/rxSubscriber.js')
-rw-r--r--tools/node_modules/eslint/node_modules/rxjs/_esm2015/internal/symbol/rxSubscriber.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/node_modules/eslint/node_modules/rxjs/_esm2015/internal/symbol/rxSubscriber.js b/tools/node_modules/eslint/node_modules/rxjs/_esm2015/internal/symbol/rxSubscriber.js
index c7f51b4af5..9d4ddb31cd 100644
--- a/tools/node_modules/eslint/node_modules/rxjs/_esm2015/internal/symbol/rxSubscriber.js
+++ b/tools/node_modules/eslint/node_modules/rxjs/_esm2015/internal/symbol/rxSubscriber.js
@@ -1,5 +1,5 @@
-export const rxSubscriber = (typeof Symbol === 'function' && typeof Symbol.for === 'function')
- ? Symbol.for('rxSubscriber')
- : '@@rxSubscriber';
+export const rxSubscriber = typeof Symbol === 'function'
+ ? Symbol('rxSubscriber')
+ : '@@rxSubscriber_' + Math.random();
export const $$rxSubscriber = rxSubscriber;
//# sourceMappingURL=rxSubscriber.js.map \ No newline at end of file