File tree Expand file tree Collapse file tree 8 files changed +10
-1
lines changed Expand file tree Collapse file tree 8 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1717 message : " Use `const { JSON } = primordials;` instead of the global."
1818 - name : Math
1919 message : " Use `const { Math } = primordials;` instead of the global."
20+ - name : Number
21+ message : " Use `const { Number } = primordials;` instead of the global."
2022 - name : Object
2123 message : " Use `const { Object } = primordials;` instead of the global."
2224 - name : Reflect
Original file line number Diff line number Diff line change 22
33const {
44 MathFloor,
5+ Number,
56} = primordials ;
67
78const {
Original file line number Diff line number Diff line change 33const {
44 ArrayIsArray,
55 DateNow,
6+ Number,
67 NumberIsFinite,
78 ObjectSetPrototypeOf,
89 ReflectOwnKeys,
Original file line number Diff line number Diff line change 33const {
44 ArrayIsArray,
55 MathMax,
6+ Number,
67 ObjectCreate,
78 ObjectKeys,
89} = primordials ;
Original file line number Diff line number Diff line change 11'use strict' ;
22
33const {
4+ Number,
45 NumberIsNaN,
56 ObjectCreate,
67} = primordials ;
Original file line number Diff line number Diff line change 22
33const {
44 Array,
5+ Number,
56 ObjectCreate,
67 ObjectDefineProperties,
78 ObjectDefineProperty,
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ const {
1616 MathMin,
1717 MathRound,
1818 MathSqrt,
19+ Number,
1920 NumberIsNaN,
2021 NumberPrototypeValueOf,
2122 ObjectAssign,
@@ -39,7 +40,7 @@ const {
3940 SymbolPrototypeValueOf,
4041 SymbolIterator,
4142 SymbolToStringTag,
42- uncurryThis
43+ uncurryThis,
4344} = primordials ;
4445
4546const {
Original file line number Diff line number Diff line change 2424const {
2525 ArrayIsArray,
2626 Boolean,
27+ Number,
2728 NumberIsNaN,
2829 ObjectDefineProperty,
2930 ObjectSetPrototypeOf,
You can’t perform that action at this time.
0 commit comments