oxc/crates/oxc_syntax
overlookmotel 3f3cb629af refactor(syntax, span): reduce #[cfg_attr] boilerplate in type defs (#4698)
Similar to #4375. #4694 added `#[ast]` attribute to types in `oxc_syntax`, so these types can use `#[serde]` attrs without the `#[cfg_attr(feature = "serialize", ...)]` guard.
2024-08-06 17:37:07 +00:00
..
src refactor(syntax, span): reduce #[cfg_attr] boilerplate in type defs (#4698) 2024-08-06 17:37:07 +00:00
Cargo.toml feat(ast_codegen): process AST-related syntax types. (#4694) 2024-08-06 17:14:35 +00:00
CHANGELOG.md Release crates v0.23.1 (#4681) 2024-08-06 16:37:29 +08:00