pub trait Swcify {
type Output: Debug + Send + Sync;
// Required method
fn swcify(self, ctx: &Context) -> Self::Output;
}
Expand description
Used to convert a babel ast node to
pub trait Swcify {
type Output: Debug + Send + Sync;
// Required method
fn swcify(self, ctx: &Context) -> Self::Output;
}
Used to convert a babel ast node to