Skip to content

Commit 521f8f1

Browse files
joyeecheungtargos
authored andcommitted
tools: add BigInt64Array and BigUint64Array to globals
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]>
1 parent d7ba75f commit 521f8f1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.eslintrc.js

+2
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,8 @@ module.exports = {
244244
},
245245
globals: {
246246
BigInt: false,
247+
BigInt64Array: false,
248+
BigUint64Array: false,
247249
COUNTER_HTTP_CLIENT_REQUEST: false,
248250
COUNTER_HTTP_CLIENT_RESPONSE: false,
249251
COUNTER_HTTP_SERVER_REQUEST: false,

0 commit comments

Comments
 (0)