Details
-
Improvement
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
0.12.0
-
None
Description
The package node-int64 allows for storage of 64-bit integers but it does not allow for integer arithmetic. There are solutions for this, for example the packages long, bignum, bigint. We should switch to one of these, even though it is a breaking change, as it improves i64 behavior. This would be a breaking change; folks can continue to use 0.12.0 if they don't want to change their code.
Attachments
Issue Links
- relates to
-
THRIFT-4214 map<i64,value> key treated as hex value in JavaScript
- Open
-
THRIFT-4675 JS code generators not handling int64 type properly for constants and for TypeScript type mappings
- Closed