oxc/crates/oxc_allocator
overlookmotel 8e10e25ded feat(allocator): introduce Address (#4810)
Closes #4807.

Introduce `Address`. `Address` can be obtained from a `Box<T>` and can act as a unique identifier for an AST node in arena.

NB: It will also be unique across 2 ASTs in different allocators as long as neither allocator is dropped.
2024-08-11 03:31:45 +00:00
..
src feat(allocator): introduce Address (#4810) 2024-08-11 03:31:45 +00:00
Cargo.toml Release crates v0.24.1 (#4798) 2024-08-10 15:26:40 +08:00
CHANGELOG.md Release crates v0.24.0 (#4749) 2024-08-08 14:00:57 +08:00