Changeset 79a0317 for imaps-frontend/node_modules/es-abstract/2024/BigInt
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/es-abstract/2024/BigInt/toString.js
r0c6b92a r79a0317 3 3 var $SyntaxError = require('es-errors/syntax'); 4 4 var $TypeError = require('es-errors/type'); 5 6 var callBound = require('call-bind/callBound');5 var callBound = require('call-bound'); 6 var isInteger = require('math-intrinsics/isInteger'); 7 7 8 8 var $BigIntToString = callBound('BigInt.prototype.toString', true); 9 10 var isInteger = require('../../helpers/isInteger');11 9 12 10 // https://262.ecma-international.org/14.0/#sec-numeric-types-bigint-tostring
Note:
See TracChangeset
for help on using the changeset viewer.