issues
search
GoogleChromeLabs
/
jsbi
JSBI is a pure-JavaScript implementation of the official ECMAScript BigInt proposal.
https://v8.dev/features/bigint#polyfilling-transpiling
Apache License 2.0
919
stars
68
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
How to convert an array back to JSBI
#104
clarkchen
closed
10 months ago
2
Fix Number conversions/comparisons on big-endian systems
#103
jakobkummerow
opened
1 year ago
0
Fix construction from [Symbol.toPrimitive]
#102
jakobkummerow
closed
1 year ago
0
TypeError thrown on construction
#101
NoUJoe
closed
1 year ago
0
Shall `JSBI.valueOf()` try to automatically convert `JSBI` objects to `number` values
#100
alxroyer
closed
1 year ago
2
Fix module name in README.
#99
12wrigja
opened
1 year ago
0
Not working for big endian (typedarray)
#98
trosos
opened
2 years ago
1
Invalid sourcemap due to missing TS output files in package
#97
justingrant
opened
2 years ago
3
cannot be imported correctly with TypeScript Node 16 module resolution mode
#96
Jack-Works
opened
2 years ago
5
Does not work like BigInt
#95
ssuess
closed
2 years ago
1
Generate random JSBI numbers to use in tests
#94
brunomacf
closed
2 years ago
2
v4.2.2 and v4.3.0 tags
#92
12wrigja
closed
2 years ago
6
Make JSBI constructor private in .d.ts.
#91
12wrigja
closed
2 years ago
1
Configure tsc to emit jsbi.d.ts
#90
mathiasbynens
closed
2 years ago
1
jsbi.d.ts is missing new DataView polyfills
#89
omerfirmak
closed
2 years ago
1
Error: Convert JSBI instances to native numbers using `toNumber`.
#88
pavbro
closed
2 years ago
4
Implement DataView operations
#87
jakobkummerow
closed
2 years ago
2
SQRT
#86
VittoriDavide
closed
2 years ago
2
Error: Convert JSBI instances to native numbers using `toNumber`
#85
garayush
closed
1 year ago
3
Use SPDX identifier for Apache 2 License.
#84
12wrigja
opened
3 years ago
1
Release v4.1.0.
#83
12wrigja
closed
3 years ago
0
Keep JSBI bundle seperated and consistent
#82
Leslie-Wong-H
closed
3 years ago
2
Fix prototype when extending Array.
#81
12wrigja
closed
3 years ago
1
Use Node assertions in tests.
#80
12wrigja
closed
3 years ago
5
UMD bundle of v3.2.5 will throw TypeError: h.__initializeDigits is not a function
#79
Leslie-Wong-H
closed
3 years ago
9
Throw an error when a JSBI instance is implicitly converted via valueof.
#78
12wrigja
closed
3 years ago
4
Move from Travis CI to GitHub Actions
#77
mathiasbynens
closed
3 years ago
0
Bump TS to v4.4.2 and add noImplicitOverride.
#76
12wrigja
closed
3 years ago
6
Fix primitive coercion on platforms that don't support Symbol.toPrimitive.
#75
12wrigja
closed
3 years ago
0
Symbol.toPrimitive doesn't exist in IE11
#74
12wrigja
closed
3 years ago
1
Fix __compareToDouble for 30-bit digits
#73
jakobkummerow
closed
3 years ago
0
JSBI.EQ implementation bug
#72
s-cork
closed
3 years ago
1
Fix UMD exports to be default, similar to
#71
12wrigja
closed
3 years ago
1
CJS Module will not work on browser due to different JSBI's build target
#70
thanpolas
closed
3 years ago
3
Restore pre-TypeScript migration export
#69
mathiasbynens
closed
3 years ago
1
URGENT 3.2.0 is very broken
#68
thanpolas
closed
3 years ago
8
Migrate JSBI source to TypeScript.
#67
12wrigja
closed
3 years ago
5
asIntN appears to give wrong value
#66
aflin
closed
3 years ago
1
Throw a few more errors for invalid inputs
#65
jakobkummerow
closed
3 years ago
1
Fix __fromDouble for 30-bit digits
#64
jakobkummerow
closed
3 years ago
4
conversion from huge numbers does not match BigInt
#63
Yaffle
closed
3 years ago
0
Properly fix detection of one-digit numbers
#62
jakobkummerow
closed
3 years ago
0
Check that a value is an integer correctly.
#61
12wrigja
closed
3 years ago
1
Switch to 30-bit digits
#60
jakobkummerow
closed
3 years ago
1
Update README.md and benchmarks
#59
jakobkummerow
closed
3 years ago
2
Fix signedRightShift (#57)
#58
jakobkummerow
closed
3 years ago
0
(-(2n**64n - 1n)) >> 32n
#57
Yaffle
closed
3 years ago
1
Cannot read property 'BigInt' of undefined
#56
tqk2811
closed
3 years ago
5
Math.floor function not working with Big integers
#55
spherityshivam
closed
3 years ago
1
Is there a way to do get a logarithm of a jsbi number?
#54
sagivo
closed
3 years ago
1
Next