Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcjihrig <cjihrig@gmail.com>2018-12-06 07:50:28 +0300
committercjihrig <cjihrig@gmail.com>2018-12-11 16:46:20 +0300
commitb416dafb87e50b66479a7a73970a930f1c7dcada (patch)
treecde91e31bcf73c1ed05e9be7f379ff7b7c6432a5 /.eslintrc.js
parent50cf6e7ddfd999278a8e9a67ecdccbd6a4791a99 (diff)
lib: move DEP0120 to end of life
This deprecation applies to undocumented, rather useless Windows Performance Counter support. PR-URL: https://github.com/nodejs/node/pull/24862 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Diffstat (limited to '.eslintrc.js')
-rw-r--r--.eslintrc.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/.eslintrc.js b/.eslintrc.js
index 6dda76cb4ea..370dfaed688 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -279,12 +279,6 @@ module.exports = {
BigInt: false,
BigInt64Array: false,
BigUint64Array: false,
- COUNTER_HTTP_CLIENT_REQUEST: false,
- COUNTER_HTTP_CLIENT_RESPONSE: false,
- COUNTER_HTTP_SERVER_REQUEST: false,
- COUNTER_HTTP_SERVER_RESPONSE: false,
- COUNTER_NET_SERVER_CONNECTION: false,
- COUNTER_NET_SERVER_CONNECTION_CLOSE: false,
DTRACE_HTTP_CLIENT_REQUEST: false,
DTRACE_HTTP_CLIENT_RESPONSE: false,
DTRACE_HTTP_SERVER_REQUEST: false,