File tree Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 19
19
message : " Use `const { Boolean } = primordials;` instead of the global."
20
20
- name : Error
21
21
message : " Use `const { Error } = primordials;` instead of the global."
22
+ - name : Float32Array
23
+ message : " Use `const { Float32Array } = primordials;` instead of the global."
22
24
- name : JSON
23
25
message : " Use `const { JSON } = primordials;` instead of the global."
24
26
- name : Map
Original file line number Diff line number Diff line change 2
2
3
3
const {
4
4
BigInt,
5
+ Float32Array,
5
6
MathFloor,
6
7
Number,
7
8
} = primordials ;
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ const {
10
10
DatePrototypeToISOString,
11
11
DatePrototypeToString,
12
12
ErrorPrototypeToString,
13
+ Float32Array,
13
14
JSONStringify,
14
15
Map,
15
16
MapPrototype,
You can’t perform that action at this time.
0 commit comments