1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -05:00
denoland-deno/serde_v8/magic
Luca Casonato b99c431ac7
feat(serde_v8): support BigInt serialization (#18225)
This commit enables serializing `v8::BigInt` to `num_bigint::BigInt`
in Rust.

Pre-requisite for sub upcoming feature work.
2023-03-16 16:59:47 +00:00
..
bigint.rs feat(serde_v8): support BigInt serialization (#18225) 2023-03-16 16:59:47 +00:00
buffer.rs chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
bytestring.rs chore: use rustfmt imports_granularity option (#17421) 2023-01-14 23:18:58 -05:00
detached_buffer.rs chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
external_pointer.rs feat(ext/ffi): Replace pointer integers with v8::External objects (#16889) 2023-02-22 19:32:38 +02:00
global.rs chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
mod.rs feat(serde_v8): support BigInt serialization (#18225) 2023-03-16 16:59:47 +00:00
rawbytes.rs chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
string_or_buffer.rs perf: use ops for node:crypto ciphers (#17819) 2023-02-20 22:22:28 +05:30
transl8.rs chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
u16string.rs chore: use rustfmt imports_granularity option (#17421) 2023-01-14 23:18:58 -05:00
v8slice.rs chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
value.rs chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00