★ wanayoo — archive 1999 https://github.com/nodejs/node/commit/521f8f1d95Nouvelle recherche | Portail wanayoo
Skip to content
Permalink
Browse files
tools: add BigInt64Array and BigUint64Array to globals
PR-URL: #21255
Refs: #21237
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
  • Loading branch information
joyeecheung authored and targos committed Jun 14, 2018
1 parent d7ba75f commit 521f8f1d955142ed7698db88940e136bac359511
Showing with 2 additions and 0 deletions.
  1. +2 −0 .eslintrc.js
@@ -244,6 +244,8 @@ module.exports = {
},
globals: {
BigInt: false,
BigInt64Array: false,
BigUint64Array: false,
COUNTER_HTTP_CLIENT_REQUEST: false,
COUNTER_HTTP_CLIENT_RESPONSE: false,
COUNTER_HTTP_SERVER_REQUEST: false,

0 comments on commit 521f8f1

Please sign in to comment.