We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66310c2 commit 3353c8eCopy full SHA for 3353c8e
lib/.eslintrc.yaml
@@ -17,6 +17,8 @@ rules:
17
message: "Use `const { Boolean } = primordials;` instead of the global."
18
- name: Error
19
message: "Use `const { Error } = primordials;` instead of the global."
20
+ - name: Int8Array
21
+ message: "Use `const { Int8Array } = primordials;` instead of the global."
22
- name: JSON
23
message: "Use `const { JSON } = primordials;` instead of the global."
24
- name: Map
lib/internal/util/inspect.js
@@ -9,6 +9,7 @@ const {
9
DatePrototypeToISOString,
10
DatePrototypeToString,
11
ErrorPrototypeToString,
12
+ Int8Array,
13
JSONStringify,
14
Map,
15
MapPrototype,
0 commit comments