swc_common 19.0.0

Common utilities for the swc project.
Documentation
1
2
3
4
5
6
7
8
9
#[derive(Debug, Clone, PartialEq, Eq)]
#[cfg_attr(
    feature = "encoding-impl",
    derive(::ast_node::Encode, ::ast_node::Decode)
)]
pub struct PluginEmitOutput {
    pub key: String,
    pub value: String,
}