We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a4c689 commit 76123b9Copy full SHA for 76123b9
lib/.eslintrc.yaml
@@ -23,6 +23,8 @@ rules:
23
message: "Use `const { Error } = primordials;` instead of the global."
24
- name: Float32Array
25
message: "Use `const { Float32Array } = primordials;` instead of the global."
26
+ - name: Int16Array
27
+ message: "Use `const { Int16Array } = primordials;` instead of the global."
28
- name: JSON
29
message: "Use `const { JSON } = primordials;` instead of the global."
30
- name: Map
lib/internal/util/inspect.js
@@ -13,6 +13,7 @@ const {
13
ErrorPrototypeToString,
14
Float32Array,
15
FunctionPrototypeToString,
16
+ Int16Array,
17
JSONStringify,
18
Map,
19
MapPrototype,
0 commit comments