Skip to content

Commit

Permalink
tools: add BigInt64Array and BigUint64Array to globals
Browse files Browse the repository at this point in the history
PR-URL: #21255
Refs: #21237
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Trivikram Kamat <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Ruben Bridgewater <[email protected]>
  • Loading branch information
joyeecheung authored and addaleax committed Jun 14, 2018
1 parent 271a861 commit 11ae179
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 11ae179

Please sign in to comment.