mirror of
https://github.com/napi-rs/napi-rs.git
synced 2025-12-08 19:56:07 +00:00
* fix(napi): big numbers losing precision on serde_json::Value * fix(napi): add feature flags for bigint on number conversion * chore(napi): change MAX_SAFE_INT to constant and convert big numbers to string when bigint is not available * chore(napi): change how the check for safe integer range is made