We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 760bede commit d00a1b9Copy full SHA for d00a1b9
lib/.eslintrc.yaml
@@ -13,6 +13,8 @@ rules:
13
message: "Use `const { Array } = primordials;` instead of the global."
14
- name: BigInt
15
message: "Use `const { BigInt } = primordials;` instead of the global."
16
+ - name: BigInt64Array
17
+ message: "Use `const { BigInt64Array } = primordials;` instead of the global."
18
- name: BigUint64Array
19
message: "Use `const { BigUint64Array } = primordials;` instead of the global."
20
- name: Boolean
lib/internal/util/inspect.js
@@ -3,6 +3,7 @@
3
const {
4
Array,
5
ArrayIsArray,
6
+ BigInt64Array,
7
BigIntPrototypeValueOf,
8
BigUint64Array,
9
BooleanPrototypeValueOf,
0 commit comments