summaryrefslogtreecommitdiff
path: root/serde_v8/magic/bigint.rs
AgeCommit message (Collapse)Author
2023-07-02refactor(core): Extract deno_core (#19658)Matt Mastracci
`deno_core` is moving out! You'll find it at https://github.com/denoland/deno_core/ once this PR lands.
2023-04-27feat(serde_v8): better error output (#18815)Bartek IwaƄczuk
The type that was received is now printed as part of a message.
2023-03-16feat(serde_v8): support BigInt serialization (#18225)Luca Casonato
This commit enables serializing `v8::BigInt` to `num_bigint::BigInt` in Rust. Pre-requisite for sub upcoming feature work.