Macro swc_core::common::chain

macro_rules! chain {
    ($a:expr, $b:expr) => { ... };
    ($a:expr, $b:expr,) => { ... };
    ($a:expr, $b:expr,  $($rest:tt)+) => { ... };
}
Available on crate feature __common only.
Expand description

Chains multiple visitor.