a7dcf2a838
https://github.com/napi-rs/napi-rs/issues/1470 serde_json::Value parses positive integers to u64 types by default. When converting serde_json::Value to a js value, those numbers are converted to BigInts, even if they are within the bounds of the number primitive. The added checks converts an u64 to an u32 if possible to prevent this behavior. Co-authored-by: m1212e <-> |
||
---|---|---|
.. | ||
backend | ||
build | ||
macro | ||
napi | ||
sys |