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:
authorJames M Snell <jasnell@gmail.com>2021-03-30 00:09:59 +0300
committerJames M Snell <jasnell@gmail.com>2021-04-01 23:14:10 +0300
commitf0bf37317604061dc60ebf858d6ad4dfc313dcdc (patch)
tree9d7b8f74ee93ede4ab91fed5c0f1128f4732c594 /.eslintrc.js
parente0eb515afc7fdec8d4cc8a90448653b08bd1edb4 (diff)
perf_hooks: make performance a global
Signed-off-by: James M Snell <jasnell@gmail.com> PR-URL: https://github.com/nodejs/node/pull/37970 Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com>
Diffstat (limited to '.eslintrc.js')
-rw-r--r--.eslintrc.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintrc.js b/.eslintrc.js
index 3f47ddf45d0..9579162dcf8 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -331,5 +331,6 @@ module.exports = {
globalThis: 'readable',
btoa: 'readable',
atob: 'readable',
+ performance: 'readable',
},
};