We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f544f7a commit d6ba4ecCopy full SHA for d6ba4ec
lib/.eslintrc.yaml
@@ -27,6 +27,8 @@ rules:
27
message: "Use `const { Float64Array } = primordials;` instead of the global."
28
- name: Int16Array
29
message: "Use `const { Int16Array } = primordials;` instead of the global."
30
+ - name: Int32Array
31
+ message: "Use `const { Int32Array } = primordials;` instead of the global."
32
- name: JSON
33
message: "Use `const { JSON } = primordials;` instead of the global."
34
- name: Map
lib/internal/util/inspect.js
@@ -16,6 +16,7 @@ const {
16
FunctionPrototypeCall,
17
FunctionPrototypeToString,
18
Int16Array,
19
+ Int32Array,
20
JSONStringify,
21
Map,
22
MapPrototype,
0 commit comments