oxc/crates/oxc_syntax
overlookmotel 48a1c32ed3 refactor(syntax): inline trivial bitflags methods (#4877)
Add `#[inline]` to trivial bitflags methods. Very likely this makes no difference within Oxc, as we compile with LTO enabled, but for external consumers of Oxc who don't use LTO, this will enable cross-crate inlining.
2024-08-13 12:43:09 +00:00
..
src refactor(syntax): inline trivial bitflags methods (#4877) 2024-08-13 12:43:09 +00:00
Cargo.toml Release crates v0.24.2 (#4841) 2024-08-12 16:02:07 +08:00
CHANGELOG.md Release crates v0.24.0 (#4749) 2024-08-08 14:00:57 +08:00