aboutsummaryrefslogtreecommitdiff
path: root/tools/eslint/node_modules/lodash/_freeGlobal.js
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2016-08-06 12:11:02 -0700
committerRich Trott <rtrott@gmail.com>2016-08-09 21:19:02 -0700
commite313c0286b1c1a7267516a7b2b4c01fa76c71ec0 (patch)
tree7358ae3f4af0979c124eca46d734314df40a6bc6 /tools/eslint/node_modules/lodash/_freeGlobal.js
parent49e473a45fb3e13fdd4588c6241b71bbac4fe5ab (diff)
downloadandroid-node-v8-e313c0286b1c1a7267516a7b2b4c01fa76c71ec0.tar.gz
android-node-v8-e313c0286b1c1a7267516a7b2b4c01fa76c71ec0.tar.bz2
android-node-v8-e313c0286b1c1a7267516a7b2b4c01fa76c71ec0.zip
tools: update to ESLint 3.2.2
PR-URL: https://github.com/nodejs/node/pull/7999 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Roman Reiss <me@silverwind.io> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
Diffstat (limited to 'tools/eslint/node_modules/lodash/_freeGlobal.js')
-rw-r--r--tools/eslint/node_modules/lodash/_freeGlobal.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/eslint/node_modules/lodash/_freeGlobal.js b/tools/eslint/node_modules/lodash/_freeGlobal.js
new file mode 100644
index 0000000000..bbec998fc8
--- /dev/null
+++ b/tools/eslint/node_modules/lodash/_freeGlobal.js
@@ -0,0 +1,4 @@
+/** Detect free variable `global` from Node.js. */
+var freeGlobal = typeof global == 'object' && global && global.Object === Object && global;
+
+module.exports = freeGlobal;