summaryrefslogtreecommitdiff
path: root/deps/node-inspect/.eslintrc
diff options
context:
space:
mode:
authorJan Krems <jan.krems@groupon.com>2018-05-31 12:21:03 +0200
committerAnna Henningsen <anna@addaleax.net>2018-06-14 18:46:01 +0200
commite11447a08b132906d9852e58ccb0433b17f65b0c (patch)
tree15cd8e5c93aeb6d0da0489f54fce70bb71b19c36 /deps/node-inspect/.eslintrc
parent7a687624b4b5c7de1a2a33944dc44df76723309a (diff)
downloadandroid-node-v8-e11447a08b132906d9852e58ccb0433b17f65b0c.tar.gz
android-node-v8-e11447a08b132906d9852e58ccb0433b17f65b0c.tar.bz2
android-node-v8-e11447a08b132906d9852e58ccb0433b17f65b0c.zip
deps: Upgrade node-inspect to 1.11.5
Removes the prompt to report a bug when trying to launch the debugger using a port that is already in use. Changeset generated via: ``` rm -rf deps/node-inspect node-inspect-* && \ curl -sSL "https://github.com/nodejs/node-inspect/archive/v1.11.5.tar.gz" | \ tar -xzvf - && mv node-inspect-* deps/node-inspect ``` PR-URL: https://github.com/nodejs/node/pull/21055 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Diffstat (limited to 'deps/node-inspect/.eslintrc')
-rw-r--r--deps/node-inspect/.eslintrc8
1 files changed, 7 insertions, 1 deletions
diff --git a/deps/node-inspect/.eslintrc b/deps/node-inspect/.eslintrc
index de2b4fb28b..b6d45aa499 100644
--- a/deps/node-inspect/.eslintrc
+++ b/deps/node-inspect/.eslintrc
@@ -5,7 +5,7 @@ env:
es6: true
parserOptions:
- ecmaVersion: 2016
+ ecmaVersion: 2017
rules:
# Possible Errors
@@ -139,3 +139,9 @@ globals:
DTRACE_HTTP_SERVER_RESPONSE: false
DTRACE_NET_SERVER_CONNECTION: false
DTRACE_NET_STREAM_END: false
+ LTTNG_HTTP_CLIENT_REQUEST: false
+ LTTNG_HTTP_CLIENT_RESPONSE: false
+ LTTNG_HTTP_SERVER_REQUEST: false
+ LTTNG_HTTP_SERVER_RESPONSE: false
+ LTTNG_NET_SERVER_CONNECTION: false
+ LTTNG_NET_STREAM_END: false