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 1313 message : " Use `const { Array } = primordials;` instead of the global."
1414 - name : BigInt
1515 message : " Use `const { BigInt } = primordials;` instead of the global."
16+ - name : BigUint64Array
17+ message : " Use `const { BigUint64Array } = primordials;` instead of the global."
1618 - name : Boolean
1719 message : " Use `const { Boolean } = primordials;` instead of the global."
1820 - name : Error
Original file line number Diff line number Diff line change 66
77const {
88 ArrayIsArray,
9+ BigUint64Array,
910 NumberMAX_SAFE_INTEGER,
1011 ObjectDefineProperties,
1112 ObjectDefineProperty,
Original file line number Diff line number Diff line change 44 Array,
55 ArrayIsArray,
66 BigIntPrototypeValueOf,
7+ BigUint64Array,
78 BooleanPrototypeValueOf,
89 DatePrototypeGetTime,
910 DatePrototypeToISOString,
You can’t perform that action at this time.
0 commit comments