oxc/apps/oxlint/src
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
..
command feat(linter): support vitest/no-disabled-tests (#3717) 2024-06-24 15:16:32 +00:00
lint fix(oxlint): properly report error (#3889) 2024-06-25 01:16:56 +03:30
git.rs
lib.rs
main.rs fix(oxlint): gate custom allocators by feature flag (#3945) 2024-06-28 21:34:46 +08:00
result.rs chore: make println and eprintln opt-in (#3712) 2024-06-17 10:40:34 +00:00
runner.rs
walk.rs chore: improve some format by running cargo +nightly fmt 2024-06-19 00:48:30 +08:00