oxc/crates/oxc_allocator
overlookmotel ac05134a6d refactor(allocator): String type (#8568)
Wrap `bumpalo::collections::String` in a new type instead of exporting it directly. This opens the door to:

1. Replacing it with our own `String` type which wraps our `Vec` type, rather than having 2 different implementations of `Vec` (`String` is just a wrapper around `Vec`, but a *different* `Vec` implementation).
2. Adding additional methods to `String` (`String::from_utf8` added in this PR).
2025-01-18 01:23:54 +00:00
..
src refactor(allocator): String type (#8568) 2025-01-18 01:23:54 +00:00
Cargo.toml feat(allocator): add HashMap (#8553) 2025-01-16 23:29:57 +00:00
CHANGELOG.md release(crates): v0.45.0 (#8434) 2025-01-11 22:34:31 +08:00