oxc/crates/oxc_allocator/src
overlookmotel 514228ad42
deps(allocator): disable serde dep by default (#3120)
`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))]`.
2024-04-28 22:17:32 +08:00
..
arena.rs deps(allocator): disable serde dep by default (#3120) 2024-04-28 22:17:32 +08:00
lib.rs refactor(bench): reuse allocator in parser + lexer benchmarks (#3053) 2024-04-22 09:03:26 +08:00
serialize.rs refactor(oxc_ast): clean up doc 2023-04-16 00:39:07 +08:00