mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
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). |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||
| CHANGELOG.md | ||