Attribute Macro swc_common::ast_node[][src]

#[ast_node]
Expand description

Alias for #[derive(Spanned, Fold, Clone, Debug, PartialEq)] for a struct and #[derive(Spanned, Fold, Clone, Debug, PartialEq, FromVariant)] for an enum.

TODO: Delete works related to serde to #[ast_serde].