oxc/apps/oxlint
Luca Bruno 750cb43624
fix(oxlint): gate custom allocators by feature flag (#3945)
This tweaks the conditional compilation of custom allocators by wiring
the dedicated Cargo feature flag `allocator` to the source code. It
ensures that allocator gating is directly checking the relevant feature
instead of trying to infer it from the build profile.
2024-06-28 21:34:46 +08:00
..
fixtures feat(linter): support vitest/no-disabled-tests (#3717) 2024-06-24 15:16:32 +00:00
src fix(oxlint): gate custom allocators by feature flag (#3945) 2024-06-28 21:34:46 +08:00
Cargo.toml Release oxlint v0.5.0 (#3940) 2024-06-27 15:09:13 +08:00
CHANGELOG.md Release oxlint v0.5.0 (#3940) 2024-06-27 15:09:13 +08:00