Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(span): reduce #[cfg_attr] boilerplate in type defs #4702

Commits on Aug 6, 2024

  1. refactor(span): reduce #[cfg_attr] boilerplate in type defs (#4702)

    Similar to #4375 and #4698. #4696 added `#[ast]` attribute to types in `oxc_span`, so these types can use `#[serde]` attrs without the `#[cfg_attr(feature = "serialize", ...)]` guard.
    overlookmotel committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    e1429e5 View commit details
    Browse the repository at this point in the history