Skip to content

Commit 3353c8e

Browse files
lib: add Int8Array primordials
1 parent 66310c2 commit 3353c8e

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

lib/.eslintrc.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ rules:
1717
message: "Use `const { Boolean } = primordials;` instead of the global."
1818
- name: Error
1919
message: "Use `const { Error } = primordials;` instead of the global."
20+
- name: Int8Array
21+
message: "Use `const { Int8Array } = primordials;` instead of the global."
2022
- name: JSON
2123
message: "Use `const { JSON } = primordials;` instead of the global."
2224
- name: Map

lib/internal/util/inspect.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ const {
99
DatePrototypeToISOString,
1010
DatePrototypeToString,
1111
ErrorPrototypeToString,
12+
Int8Array,
1213
JSONStringify,
1314
Map,
1415
MapPrototype,

0 commit comments

Comments
 (0)