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 1919 message : " Use `const { Boolean } = primordials;` instead of the global."
2020 - name : Error
2121 message : " Use `const { Error } = primordials;` instead of the global."
22+ - name : Float32Array
23+ message : " Use `const { Float32Array } = primordials;` instead of the global."
2224 - name : JSON
2325 message : " Use `const { JSON } = primordials;` instead of the global."
2426 - name : Map
Original file line number Diff line number Diff line change 22
33const {
44 BigInt,
5+ Float32Array,
56 MathFloor,
67 Number,
78} = primordials ;
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ const {
1010 DatePrototypeToISOString,
1111 DatePrototypeToString,
1212 ErrorPrototypeToString,
13+ Float32Array,
1314 JSONStringify,
1415 Map,
1516 MapPrototype,
You can’t perform that action at this time.
0 commit comments