File tree Expand file tree Collapse file tree 6 files changed +7
-0
lines changed
Expand file tree Collapse file tree 6 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 2323 message : " Use `const { Error } = primordials;` instead of the global."
2424 - name : Float32Array
2525 message : " Use `const { Float32Array } = primordials;` instead of the global."
26+ - name : Float64Array
27+ message : " Use `const { Float64Array } = primordials;` instead of the global."
2628 - name : Int16Array
2729 message : " Use `const { Int16Array } = primordials;` instead of the global."
2830 - name : JSON
Original file line number Diff line number Diff line change 33const {
44 BigInt,
55 Float32Array,
6+ Float64Array,
67 MathFloor,
78 Number,
89} = primordials ;
Original file line number Diff line number Diff line change 77const {
88 ArrayIsArray,
99 BigUint64Array,
10+ Float64Array,
1011 NumberMAX_SAFE_INTEGER,
1112 ObjectDefineProperties,
1213 ObjectDefineProperty,
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ const {
1212 DatePrototypeToString,
1313 ErrorPrototypeToString,
1414 Float32Array,
15+ Float64Array,
1516 FunctionPrototypeCall,
1617 FunctionPrototypeToString,
1718 Int16Array,
Original file line number Diff line number Diff line change 44
55const {
66 ArrayIsArray,
7+ Float64Array,
78 JSONStringify,
89 MathMax,
910 ObjectCreate,
Original file line number Diff line number Diff line change 2222'use strict' ;
2323
2424const {
25+ Float64Array,
2526 ObjectDefineProperties,
2627 SymbolToPrimitive,
2728} = primordials ;
You can’t perform that action at this time.
0 commit comments