mirror of
https://github.com/danbulant/oxc
synced 2026-05-20 20:58:48 +00:00
`oxc_allocator` currently depends on `serde`, although it's generally not required. This PR puts the dependency behind a feature `serialize`. NB: `serde` is needed for the crate's tests, but this can be enabled by adding it to `dev-dependencies` and putting the impls behind `#[cfg(any(feature = "serialize", test))]`. |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||
| CHANGELOG.md | ||